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/def/pom.xml | |
parent | 5db83e6a4b81b571d828c17c4bbebe58995587c2 (diff) |
Set all versions to 1.3.0-alpha4 for release1.3.0-alpha4
Diffstat (limited to 'modules/def/pom.xml')
-rw-r--r-- | modules/def/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/def/pom.xml b/modules/def/pom.xml index fb65a257..4e447562 100644 --- a/modules/def/pom.xml +++ b/modules/def/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>def</artifactId> |