Re: Clojure 1.1 release

2010-01-02 Thread Phil Hagelberg
Brian Schlining writes: > Howard's correct. Generally, SNAPSHOTs and releases are kept > in separate repositories. It's not required, but it allows a user to > configure their maven pom to grab the latest release of a dependency > (for example using syntax like [1.0, ) . If you mix > releases and

Re: Clojure 1.1 release

2010-01-02 Thread Brian Schlining
p.s. Here's a little example of using different repos at Google's official maven repo: http://code.google.com/p/google-maven-repository/wiki/ProjectSetup On Sat, Jan 2, 2010 at 12:47, Brian Schlining wrote: > Howard's correct. Generally, SNAPSHOTs and releases are kept > in separate repositories

Re: Clojure 1.1 release

2010-01-02 Thread Brian Schlining
Howard's correct. Generally, SNAPSHOTs and releases are kept in separate repositories. It's not required, but it allows a user to configure their maven pom to grab the latest release of a dependency (for example using syntax like [1.0, ) . If you mix releases and snapshots in a single repo, then a

Re: Clojure 1.1 release

2010-01-02 Thread Howard Lewis Ship
Generally with Maven you want to seperate snapshots from final releases; I'd be more confortable with http://build.clojure.org/repo or http://build.clojure.org/maven as the root path. On Sat, Jan 2, 2010 at 6:23 AM, ngocdaothanh wrote: > If http://build.clojure.org/snapshots is official, I think

Re: Clojure 1.1 release

2010-01-02 Thread ngocdaothanh
If http://build.clojure.org/snapshots is official, I think it is great to add a link to it to the homepage of Clojure. On Jan 2, 3:01 pm, Phil Hagelberg wrote: > Howard Lewis Ship writes: > > > Is this available via a Maven repo yet and, if so, what version of > > clojure-contrib is compatible

Re: Clojure 1.1 release

2010-01-01 Thread Phil Hagelberg
Howard Lewis Ship writes: > Is this available via a Maven repo yet and, if so, what version of > clojure-contrib is compatible (and stable?). I just added the 1.1.x branch to build.clojure.org, so you can use http://build.clojure.org/snapshots to get it. It looks like contrib has finally had its

Re: Clojure 1.1 release

2009-12-31 Thread Howard Lewis Ship
Is this available via a Maven repo yet and, if so, what version of clojure-contrib is compatible (and stable?). Can't want to check out some of the new features! On Thu, Dec 31, 2009 at 7:24 AM, Seth wrote: > Congratulations to all involved! I've been using 1.1 via the master > branch for a whil

Re: Clojure 1.1 release

2009-12-31 Thread Seth
Congratulations to all involved! I've been using 1.1 via the master branch for a while and had no problems. -- 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

Re: Clojure 1.1 release candidate 1

2009-12-18 Thread Baishampayan Ghose
>> There is now a release candidate for Clojure 1.1: >> >> http://clojure.googlecode.com/files/clojure-1.1.0-rc1.zip >> >> and also a new "1.1.x" branch in git corresponding to the release. >> >> Please try these out ASAP and provide feedback here. > > Is there a place where I can get a list of all

Re: Clojure 1.1 release candidate 1

2009-12-18 Thread Krukow
On Dec 17, 9:09 pm, Rich Hickey wrote: > There is now a release candidate for Clojure 1.1: > > http://clojure.googlecode.com/files/clojure-1.1.0-rc1.zip > > and also a new "1.1.x" branch in git corresponding to the release. > > Please try these out ASAP and provide feedback here. > > Thanks much!