aboutsummaryrefslogtreecommitdiff
path: root/modules/repl-ln/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/repl-ln/pom.xml')
-rw-r--r--modules/repl-ln/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/repl-ln/pom.xml b/modules/repl-ln/pom.xml
index 1a736278..715f5d02 100644
--- a/modules/repl-ln/pom.xml
+++ b/modules/repl-ln/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-alpha4</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>repl-ln</artifactId>
@@ -18,7 +18,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-alpha4</version>
</dependency>
</dependencies>
<build>