If I have a Geronimo project that declares some dependencies like this:
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>1.2.0-SNAPSHOT</version>
<type>jar</type>
</dependency>When I move to another version of Geronimo I have to go through my xml and redefine all these dependencies that sucks. Maybe, the version number should represent a minimum and then that way migration up can be a lot easier. comments/questions?
