diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2010-08-12 09:35:48 -0400 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2010-08-12 09:35:48 -0400 |
commit | e4ea06c9ff93df3b3f667ab5768618ece5a98b6e (patch) | |
tree | b4328ef6c0c256383ae2a46ee4305017263edc4c | |
parent | e2ba9fca18675b065afc47bd31fcbc76f01cfc77 (diff) |
prepare for 1.2 RC31.2.0-RC3
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,13 +4,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <properties> - <clojure.version>1.2.0-RC2</clojure.version> + <clojure.version>1.2.0-RC3</clojure.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <modelVersion>4.0.0</modelVersion> <groupId>org.clojure</groupId> <artifactId>clojure-contrib</artifactId> - <version>1.2.0-RC2</version> + <version>1.2.0-RC3</version> <url>http://clojure.org/</url> <description>Clojure user contributions library.</description> <name>${artifactId}</name> |