diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-09-24 16:13:34 -0400 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-09-24 16:13:34 -0400 |
commit | 5bc8b350b83fbe693a4b6aa9726a9e5f73176be1 (patch) | |
tree | 41382d37fecfc83d61e70c5e9b9d5f9ec3331ea1 /modules/fnmap/pom.xml | |
parent | 89833b4c31e63b2f7f30546d60bf7cd070c8df86 (diff) |
Set all version numbers to 1.3.0-alpha1 explicitly
Diffstat (limited to 'modules/fnmap/pom.xml')
-rw-r--r-- | modules/fnmap/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fnmap/pom.xml b/modules/fnmap/pom.xml index e60509b9..65f93ed6 100644 --- a/modules/fnmap/pom.xml +++ b/modules/fnmap/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.clojure.contrib</groupId> <artifactId>parent</artifactId> - <version>${clojure.contrib.version}</version> + <version>1.3.0-alpha1</version> <relativePath>../parent</relativePath> </parent> <artifactId>fnmap</artifactId> |