diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-11-07 09:45:37 -0500 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-11-07 09:45:37 -0500 |
commit | c38fa23526644e342ad77958101ae2c40e5bc354 (patch) | |
tree | 35cf54547ee3d9455823bd78ae1080d4d8402389 /modules/find-namespaces/pom.xml | |
parent | 6711b9e03f415d744594ce2a8faed48f9a2bc882 (diff) |
Reset versions to 1.3.0-SNAPSHOT
Diffstat (limited to 'modules/find-namespaces/pom.xml')
-rw-r--r-- | modules/find-namespaces/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/find-namespaces/pom.xml b/modules/find-namespaces/pom.xml index 2271b649..e21c7f83 100644 --- a/modules/find-namespaces/pom.xml +++ b/modules/find-namespaces/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>find-namespaces</artifactId> @@ -12,12 +12,12 @@ <dependency> <groupId>org.clojure.contrib</groupId> <artifactId>classpath</artifactId> - <version>1.3.0-alpha3</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.clojure.contrib</groupId> <artifactId>jar</artifactId> - <version>1.3.0-alpha3</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> </project>
\ No newline at end of file |