Skip to content

Commit

Permalink
pom.xml: set version to 1.0.0-RC1, depend on clojure 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Jan 4, 2010
1 parent bd3c20f commit aee5bb2
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.clojure</groupId>
<artifactId>clojure-contrib</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC1</version>
<url>http://clojure.org/</url>

<description>Clojure user contributions library.</description>
Expand All @@ -21,18 +21,8 @@
<dependencies>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure-lang</artifactId>
<version>1.0-SNAPSHOT</version>
<artifactId>clojure</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>

<!-- Source of Clojure snapshot dependencies. -->

<repositories>
<repository>
<id>tapestry-snapshots</id>
<url>http://tapestry.formos.com/maven-snapshot-repository/</url>
</repository>
</repositories>

</project>

0 comments on commit aee5bb2

Please sign in to comment.