I've submitted the Maven bundle for Clojure 1.0.0 to
http://jira.codehaus.org/browse/MAVENUPLOAD-2464. Processing the request
might take a couple of days.

Once the bundle is uploaded to Central, one of the following two
snippets can be used to declare a dependency to Clojure:

<!-- Clojure with precompiled Lisp sources -->
<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>clojure</artifactId>
  <version>1.0.0</version>
</dependency>

<!-- Clojure without precompiled Lisp sources -->
<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>clojure</artifactId>
  <version>1.0.0</version>
  <classifier>slim</classifier>
</dependency>

I'll submit patches to reflect the changed POM.

Thank you all for your support!
Stefan Hübner


--~--~---------~--~----~------------~-------~--~----~
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
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