Fix next version

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@521548 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-03-23 00:29:34 +00:00
parent af1bae407b
commit bfe2f03a69
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -24,7 +24,7 @@
<author email="vmassol@apache.org">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>