Laurent PETIT wrote:
> >  version: 1.0.0-rc1-SNAPSHOT
> >  yields:  clojure-1.0.0-rc1-<snapshot>.jar
> >           (and ...-slim.jar, ...-sources.jar)
>
> There it is. But why having "<snapshot>" in the name of the jar,
> shouldn't it just be "SNAPSHOT" (as far as I remember) ?
>
> That is:
>
> { :major 1 :minor 0 :incremental "0-rc1-SNAPSHOT" }
> gives version: 1.0.0-rc1-SNAPSHOT
> yields:  clojure-1.0.0-rc1-SNAPSHOT.jar
>            (and ...-slim.jar, ...-sources.jar)

The "<snapshot>" was a shortened version of the reality, for example:
"20090222.174152-1"

So in reality, snapshot packages look like:

  clojure-1.0.0-rc1-20090222.174152-1.jar

Even though, when we add clojure as a dependency of some project, we
will ask for the version "1.0.0-rc1-SNAPSHOT".

See 
http://tapestry.formos.com/maven-snapshot-repository/org/clojure/clojure-lang/1.0-SNAPSHOT/
--~--~---------~--~----~------------~-------~--~----~
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