Some time over the weekend Maven Central lost knowledge of all
versions of Clojure other than 1.2.0:

$ curl 
http://repo.maven.apache.org/maven2/org/clojure/clojure/maven-metadata.xml
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
  <groupId>org.clojure</groupId>
  <artifactId>clojure</artifactId>
  <versioning>
    <latest>1.2.0</latest>
    <release>1.2.0</release>
    <versions>
      <version>1.2.0</version>
    </versions>
    <lastUpdated>20100914121821</lastUpdated>
  </versioning>
</metadata>

Any builds attempted with a fresh local repository cache will fail
until Central is fixed.

A temporary fix is to add the Sonatype repository to project.clj:

    :repositories {"sonatype" "https://oss.sonatype.org/content/groups/public/"}

-Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to