[jboss-dev-forums] [Design of JBoss Build System] - Re: Notion of 'compatible-version'?
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Mar 13 06:04:46 EDT 2008
The http://maven.apache.org/release-notes.html show a number of issues related to version ranges as being fixed. The question is, what happens when you use them?
| <dependency>
| <groupid>org.jboss.x</groupid>
| <artifactid>x-api</artifactid>
| <!-- Compatible with all 3.3.* versions -->
| <version>[3.3.0,3.4.0)</version>
| </dependency>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136235#4136235
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136235
More information about the jboss-dev-forums
mailing list