Skip to content

Commit

Permalink
Update all versions to 1.3.0-alpha2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Oct 26, 2010
1 parent d133788 commit cb86895
Show file tree
Hide file tree
Showing 63 changed files with 176 additions and 176 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-SNAPSHOT</version>
<version>1.3.0-alpha2</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>accumulators</artifactId>
<dependencies>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-alpha2</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>generic</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-alpha2</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>types</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-alpha2</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-SNAPSHOT</version>
<version>1.3.0-alpha2</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-SNAPSHOT</version>
<version>1.3.0-alpha2</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-SNAPSHOT</version>
<version>1.3.0-alpha2</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>classpath</artifactId>
<dependencies>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>jar</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-alpha2</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-SNAPSHOT</version>
<version>1.3.0-alpha2</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-SNAPSHOT</version>
<version>1.3.0-alpha2</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>command-line</artifactId>
Expand Down

0 comments on commit cb86895

Please sign in to comment.