diff options
Diffstat (limited to 'modules/classpath/pom.xml')
-rw-r--r-- | modules/classpath/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/classpath/pom.xml b/modules/classpath/pom.xml index 0ff44a95..ea4ee1b5 100644 --- a/modules/classpath/pom.xml +++ b/modules/classpath/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.clojure.contrib</groupId> <artifactId>parent</artifactId> - <version>1.3.0</version> + <version>1.3.1-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <artifactId>classpath</artifactId> @@ -12,7 +12,7 @@ <dependency> <groupId>org.clojure.contrib</groupId> <artifactId>jar</artifactId> - <version>1.3.0</version> + <version>1.3.1-SNAPSHOT</version> </dependency> </dependencies> </project>
\ No newline at end of file |