diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-10-26 19:56:20 -0400 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-10-26 19:56:20 -0400 |
commit | 163c7d5cc139d6584e9c7362a19929dadfd910c2 (patch) | |
tree | 35cf54547ee3d9455823bd78ae1080d4d8402389 /modules/math/pom.xml | |
parent | cb868955fc71c7bdef2a0ff14ef368aadfe01606 (diff) |
Revert all versions to 1.3.0-SNAPSHOT for development
Diffstat (limited to 'modules/math/pom.xml')
-rw-r--r-- | modules/math/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/math/pom.xml b/modules/math/pom.xml index d68265d6..1b406dd7 100644 --- a/modules/math/pom.xml +++ b/modules/math/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.clojure.contrib</groupId> <artifactId>parent</artifactId> - <version>1.3.0-alpha2</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <artifactId>math</artifactId> |