aboutsummaryrefslogtreecommitdiff
path: root/modules/jmx
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-09-24 16:13:34 -0400
committerStuart Sierra <mail@stuartsierra.com>2010-09-24 16:13:34 -0400
commit5bc8b350b83fbe693a4b6aa9726a9e5f73176be1 (patch)
tree41382d37fecfc83d61e70c5e9b9d5f9ec3331ea1 /modules/jmx
parent89833b4c31e63b2f7f30546d60bf7cd070c8df86 (diff)
Set all version numbers to 1.3.0-alpha1 explicitly
Diffstat (limited to 'modules/jmx')
-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 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>