Brian Schlining <bschlin...@gmail.com> 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 <version>[1.0, )</version> . If you mix
> releases and snapshots in a single repo, then a build configured to
> grab the latest version will grab a SNAPSHOT and not a release;
> probably not what the user intended.

I can see the utility of having a stable-only repository, but I don't
see the point of keeping stable versions out of the other one.

Anyway, I hope to have a stable-only repository available soon on
build.clojure.org, I just haven't gotten around to figuring it out yet.

-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