Is there something missing, at least for your purposes, with the JARs
released via Maven for Clojure?

http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojure%22

I suspect you may want to make your script easy to modify for whatever is
the branch that contains the latest stable release.  It will need to change
over time, but not very often (maybe once or twice a year, if the past few
years is an accurate predictor).

Andy

On Mon, Dec 8, 2014 at 7:00 PM, Andy Fingerhut <andy.finger...@gmail.com>
wrote:

> I can't state authoritatively why, but here is some evidence:
>
> 1.1.x and 1.3.x are identical to 1.1.0 and 1.3.0.
>
> 1.2.x and 1.5.x are equivalent to 1.2.1 and 1.5.1, respectively, which do
> have a few bug fixes made after the 1.2.0 and 1.5.0 releases.
>
> There were never any 1.4.x or 1.6.x releases for x > 0.
>
> My guess is that starting with 1.4.0, the Clojure team decided not to
> bother creating a 1.n.x branch unless they actually wanted to make a 1.n.1
> release, and they never did.
>
> Andy
>
> On Mon, Dec 8, 2014 at 6:48 PM, GlassGhost <roypf...@gmail.com> wrote:
>
>> I see there is latest branches for versions:
>>
>>    - https://github.com/clojure/clojure/tree/1.5.x
>>    - https://github.com/clojure/clojure/tree/1.3.x
>>    - https://github.com/clojure/clojure/tree/1.2.x
>>    - https://github.com/clojure/clojure/tree/1.1.x
>>
>> Where/Why is there no branches for 1.6 and 1.4?
>>
>> I would really like to know as I'm making an autobuild script to checkout
>> and maintain a Latest Stable Jar.
>>
>> --
>> 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
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to