aboutsummaryrefslogtreecommitdiff
path: root/modules/jmx/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/jmx/pom.xml')
-rw-r--r--modules/jmx/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/jmx/pom.xml b/modules/jmx/pom.xml
index e85e5d75..d00b6ceb 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>${clojure.contrib.version}</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>${clojure.contrib.version}</version>
</dependency>
</dependencies>
<build>