[jboss-dev-forums] [Design of JBoss Build System] - Re: Maven Version Ranges - Case sensitivity

pgier do-not-reply at jboss.com
Mon Mar 31 10:53:53 EDT 2008


"pete.muir at jboss.org" wrote : Surely we should stick to all upper case qualifiers as that is current convention?

You mean for snapshots right?  Yes, the maven convention for snapshots is to use -SNAPSHOT, and we're stuck with this because maven required it, and thinks that lower case "-snapshot" is actually a release.

The maven convention for releases, however is to use all lower case for the qualifier.  For example, 1.1-alpha-1.

Currently our conventions is to used mixed case (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProductVersioning).

This will work fine with maven if we only specify exact version numbers.  But with ranges we probably won't get the desired behaviour.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140183#4140183

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140183



More information about the jboss-dev-forums mailing list