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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...