On Mon, Apr 20, 2009 at 8:52 PM, Rich Hickey <richhic...@gmail.com> wrote:
> On Apr 20, 2009, at 7:02 PM, Antony Blakey wrote: > > On 21/04/2009, at 5:12 AM, Laurent PETIT wrote: > > > >> { :major 1 :minor 0 :release 0 :status :SNAPSHOT } > >> then > >> { :major 1 :minor 0 :release 0 :status :RC1 } (release candidate 1) > >> then > >> { :major 1 :minor 0 :release 0 :status :RC2 } (release candidate 2) > >> etc. > >> and finally > >> { :major 1 :minor 0 :release 0 :status :GA1 } (Global Availibility 1) > > I'm unfamiliar with the POM version coordinate system - any hints? > > Rich > Others have commented on the whole groupId, artifactId, etc., etc. But in terms of the parts of the version number, they are named <major>.<minor>.<incremental>-<qualifier> as documented here: http://www.sonatype.com/books/maven-book/reference/pom-relationships-sect-pom-syntax.html Paul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---