aboutsummaryrefslogtreecommitdiff
path: root/modules/repl-ln
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-11-07 09:45:37 -0500
committerStuart Sierra <mail@stuartsierra.com>2010-11-07 09:45:37 -0500
commitc38fa23526644e342ad77958101ae2c40e5bc354 (patch)
tree35cf54547ee3d9455823bd78ae1080d4d8402389 /modules/repl-ln
parent6711b9e03f415d744594ce2a8faed48f9a2bc882 (diff)
Reset versions to 1.3.0-SNAPSHOT
Diffstat (limited to 'modules/repl-ln')
-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 820f2ae0..23049c66 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-alpha3</version>
+ <version>1.3.0-SNAPSHOT</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-alpha3</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>