diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-11-07 09:19:42 -0500 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-11-07 09:19:42 -0500 |
commit | 6711b9e03f415d744594ce2a8faed48f9a2bc882 (patch) | |
tree | 3a530392bb259d7543abbc3cf60d053cd97cd91c /modules/jmx | |
parent | 163c7d5cc139d6584e9c7362a19929dadfd910c2 (diff) |
Set all versions to 1.3.0-alpha31.3.0-alpha3
Diffstat (limited to 'modules/jmx')
-rw-r--r-- | modules/jmx/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/jmx/pom.xml b/modules/jmx/pom.xml index 99121a79..e354ebeb 100644 --- a/modules/jmx/pom.xml +++ b/modules/jmx/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.clojure.contrib</groupId> <artifactId>parent</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0-alpha3</version> <relativePath>../parent</relativePath> </parent> <artifactId>jmx</artifactId> @@ -18,7 +18,7 @@ <dependency> <groupId>org.clojure.contrib</groupId> <artifactId>def</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0-alpha3</version> </dependency> </dependencies> <build> |