diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-12-19 11:10:15 -0500 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-12-19 11:10:15 -0500 |
commit | 3daaafd6965a4746d1bc50cbbd66bd4e32dce4f5 (patch) | |
tree | 1e47fc256c0482eb446390d9b9fd1110c6f395f8 /modules/classpath/pom.xml | |
parent | 5db83e6a4b81b571d828c17c4bbebe58995587c2 (diff) |
Set all versions to 1.3.0-alpha4 for release1.3.0-alpha4
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 254d0e62..fa261e38 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-SNAPSHOT</version> + <version>1.3.0-alpha4</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-SNAPSHOT</version> + <version>1.3.0-alpha4</version> </dependency> </dependencies> </project>
\ No newline at end of file |