Paul Stadig wrote:
> 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-...

Thanks for the info.

So I was wrong in two ways:

1. There's in fact a convention for version strings: M.m.i-qualifier
2. The string "SNAPSHOT" may appear anywhere inside the version
string.

Keeping SNAPSHOT at the end and adding a "rc1" qualifier, to
illustrate:

  version: 1.0.0-rc1-SNAPSHOT
  yields:  clojure-1.0.0-rc1-<snapshot>.jar
           (and ...-slim.jar, ...-sources.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
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