AFAICS the pom contain deps to 2.x core. I see comments on the versions in jira but the pom was 3.0-SNAPSHOT and maven dependencies not updated to 3.x core.
So I simply change the version number. Yes there is a NPE I'd like to see fixed in a 2.1 version. 2013/6/6 Stephen Connolly <[email protected]>: > Did you roll the maven dependencies back to maven 2.2.1 as the v-m-p has the > following contracts > > 1.x requires maven 2.0.6+ > 2.x requires maven 2.2.1+ > 3.x requires maven 3.0.4+ > > I don't mind another 2.x release if there is a critical issue that people > using maven 2.2.1 require fixed, though ideally that should be released from > a 2.x branch as I wanted to move the 3.x branch to fully 3.x APIs... However > as I have not cut a 3.0 yet I will not object to a 2.1 *provided* it obeys > the maven 2.2.1 compatibility contract > > > On Thursday, 6 June 2013, wrote: >> >> Revision 18374 Author olamy Date 2013-06-05 21:11:14 -0500 (Wed, 05 Jun >> 2013) >> >> Log Message >> >> next version will be 2.1-SNAPSHOT >> >> Modified Paths >> >> trunk/mojo/versions-maven-plugin/pom.xml >> >> Diff >> >> Modified: trunk/mojo/versions-maven-plugin/pom.xml (18373 => 18374) >> >> --- trunk/mojo/versions-maven-plugin/pom.xml 2013-06-06 01:58:52 UTC (rev >> 18373) >> +++ trunk/mojo/versions-maven-plugin/pom.xml 2013-06-06 02:11:14 UTC (rev >> 18374) >> @@ -9,7 +9,7 @@ >> >> <groupId>org.codehaus.mojo</groupId> >> <artifactId>versions-maven-plugin</artifactId> >> - <version>3.0-SNAPSHOT</version> >> + <version>2.1-SNAPSHOT</version> >> <packaging>maven-plugin</packaging> >> >> <name>Versions Maven Plugin</name> >> >> ________________________________ >> >> To unsubscribe from this list please visit: >> >> http://xircles.codehaus.org/manage_email > > > > -- > Sent from my phone -- Olivier Lamy Ecetera: http://ecetera.com.au http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
