aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Gilardi <scgilardi@gmail.com>2009-12-10 15:53:54 -0500
committerSteve Gilardi <scgilardi@gmail.com>2009-12-10 15:53:54 -0500
commite76ad0689697b03cf33da50304f62701d0bd4de8 (patch)
tree6ad50b84e936c508506f4621036b4314549a89e7
parentb902ebe3c80ec86d4f80f8cce6d2faabc8da5278 (diff)
update to point to build.clojure.org, clojure 1.1.0-master (was 1.1.0
alpha), requested by build.clojure.org maintainer Tim Dysinger
-rw-r--r--pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index acfd9689..373efb96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -22,7 +23,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
- <version>1.1.0-alpha-SNAPSHOT</version>
+ <version>1.1.0-master-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -30,8 +31,8 @@
<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>