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

Commit

Permalink
Reset all versions to 1.3.0 SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Dec 19, 2010
1 parent 3daaafd commit 1068a72
Show file tree
Hide file tree
Showing 63 changed files with 177 additions and 177 deletions.
8 changes: 4 additions & 4 deletions modules/accumulators/pom.xml
Expand Up @@ -4,25 +4,25 @@
<parent>
<groupId>org.clojure.contrib</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-alpha4</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>accumulators</artifactId>
<dependencies>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
<version>1.3.0-alpha4</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>generic</artifactId>
<version>1.3.0-alpha4</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>types</artifactId>
<version>1.3.0-alpha4</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion modules/agent-utils/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.clojure.contrib</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-alpha4</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>agent-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/base64/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.clojure.contrib</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-alpha4</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>base64</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions modules/classpath/pom.xml
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>org.clojure.contrib</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-alpha4</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>classpath</artifactId>
<dependencies>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>jar</artifactId>
<version>1.3.0-alpha4</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion modules/combinatorics/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.clojure.contrib</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-alpha4</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>combinatorics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/command-line/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.clojure.contrib</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-alpha4</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>command-line</artifactId>
Expand Down

0 comments on commit 1068a72

Please sign in to comment.