Skip to content

Commit

Permalink
update to point to build.clojure.org, clojure 1.1.0-master (was 1.1.0
Browse files Browse the repository at this point in the history
alpha), requested by build.clojure.org maintainer Tim Dysinger
  • Loading branch information
scgilardi committed Dec 10, 2009
1 parent b902ebe commit e76ad06
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http//www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.clojure</groupId>
<artifactId>clojure-contrib</artifactId>
Expand All @@ -22,16 +23,16 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.1.0-alpha-SNAPSHOT</version>
<version>1.1.0-master-SNAPSHOT</version>
</dependency>
</dependencies>

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

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

Expand Down

0 comments on commit e76ad06

Please sign in to comment.