Hi, 2009/4/21 Daniel Jomphe <danieljom...@gmail.com>: > > 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) -- Laurent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---