Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Set version to 1.0.0-RC2 in Ant build and POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Jan 19, 2010
1 parent d1f1b2a commit 0584211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -9,7 +9,7 @@
<property name="src" location="src"/>
<property name="build" location="classes"/>
<property name="dist" location="dist"/>
<property name="contrib.version.label" value="1.0.0-RC1"/>
<property name="contrib.version.label" value="1.0.0-RC2"/>
<property name="zip" location="clojure-contrib-${contrib.version.label}.zip"/>

<available property="hasclojure" file="${clojure.jar}"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.clojure</groupId>
<artifactId>clojure-contrib</artifactId>
<version>1.0.0-RC1</version>
<version>1.0.0-RC2</version>
<url>http://clojure.org/</url>

<description>Clojure user contributions library.</description>
Expand Down

0 comments on commit 0584211

Please sign in to comment.