Author: aheritier Date: Thu Mar 22 17:29:34 2007 New Revision: 521548 URL: http://svn.apache.org/viewvc?view=rev&rev=521548 Log: Fix next version
Modified: maven/maven-1/plugins/trunk/multiproject/project.xml maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/multiproject/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/multiproject/project.xml?view=diff&rev=521548&r1=521547&r2=521548 ============================================================================== --- maven/maven-1/plugins/trunk/multiproject/project.xml (original) +++ maven/maven-1/plugins/trunk/multiproject/project.xml Thu Mar 22 17:29:34 2007 @@ -22,7 +22,7 @@ <pomVersion>3</pomVersion> <id>maven-multiproject-plugin</id> <name>Maven Multi-Project Plugin</name> - <currentVersion>1.6-SNAPSHOT</currentVersion> + <currentVersion>1.5.1-SNAPSHOT</currentVersion> <description>A plugin to handle the building of multiple projects within maven.</description> <shortDescription>Multi-Project Plugin for Maven</shortDescription> <versions> Modified: maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml?view=diff&rev=521548&r1=521547&r2=521548 ============================================================================== --- maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml Thu Mar 22 17:29:34 2007 @@ -24,7 +24,7 @@ <author email="[EMAIL PROTECTED]">Vincent Massol</author> </properties> <body> - <release version="1.6-SNAPSHOT" date="in SVN"> + <release version="1.5.1-SNAPSHOT" date="in SVN"> <action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2.</action> <action dev="ltheussl" type="update">Update to velocity 1.5.</action> <action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-68" due-to="Shinobu Kawai">Only register the dependency convergence report if there are child projects.</action>