diff options
Diffstat (limited to 'modules/jmx/pom.xml')
-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 135cfc44..61ff861d 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>${clojure.contrib.version}</version> + <version>1.3.0-alpha1</version> <relativePath>../parent</relativePath> </parent> <artifactId>jmx</artifactId> @@ -18,7 +18,7 @@ <dependency> <groupId>org.clojure.contrib</groupId> <artifactId>def</artifactId> - <version>${clojure.contrib.version}</version> + <version>1.3.0-alpha1</version> </dependency> </dependencies> <build> |