Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
POM version to 1.2.0-SNAPSHOT; depend on Clojure 1.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Oct 15, 2010
1 parent c731f03 commit 9a0839f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.stuartsierra</groupId>
<artifactId>lazytest</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<url>http://stuartsierra.com/</url>
<description>Behavior-Driven Development framework for Clojure.</description>
<name>${artifactId}</name>
Expand Down Expand Up @@ -34,17 +34,17 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.2.0</version>
<version>1.3.0-master-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure-contrib</artifactId>
<version>1.2.0</version>
<groupId>org.clojure.contrib</groupId>
<artifactId>find-namespaces</artifactId>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>swank-clojure</groupId>
<artifactId>swank-clojure</artifactId>
<version>1.2.1</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
<repositories>
Expand Down

0 comments on commit 9a0839f

Please sign in to comment.