On Fri, Sep 24, 2010 at 8:13 AM, Stuart Sierra
<the.stuart.sie...@gmail.com> wrote:
> The version string in the Clojure build was set incorrectly.  It has
> now been restored to "1.3.0-master-SNAPSHOT"

Yup, confirmed. Thanx Stuart.

> If you depend on "-SNAPSHOT" versions, then Maven / Leiningen will
> always give you the latest version from build.clojure.org.

Ah, my lack of Maven knowledge...

I confirmed that if I have this in Leiningen, it works with the latest
built versions from build.clojure.org:

  :dependencies
    [[org.clojure/clojure "1.3.0-master-SNAPSHOT"]
      [org.clojure.contrib/complete "1.3.0-SNAPSHOT" :classifier "bin"]]

I noticed it pulls .pom files from clojars?

Downloading: 
org/clojure/contrib/complete/1.3.0-SNAPSHOT/complete-1.3.0-20100924.200511-42.pom
from clojars
Downloading: 
org/clojure/contrib/complete/1.3.0-SNAPSHOT/complete-1.3.0-20100924.200511-42.pom
from clojars

BTW, I did one last source build this morning... I cleaned everything
out of my local repo and updated my local contrib git tree and did mvn
install and still got ${clojure.contrib.version} in the .pom files (so
things still failed). Since Mark said it looked good to him, I'll
leave this alone for now since it sounds like something I'm doing
wrong on my end.
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

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