[maven-scm-plugin] prepare release 1.5.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@535806 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-05-07 09:24:22 +00:00
parent 9a2df94c20
commit 4d699dde8a
2 changed files with 74 additions and 69 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-multiproject-plugin</id> <id>maven-multiproject-plugin</id>
<name>Maven Multi-Project Plugin</name> <name>Maven Multi-Project Plugin</name>
<currentVersion>1.5.1-SNAPSHOT</currentVersion> <currentVersion>1.5.1</currentVersion>
<description>A plugin to handle the building of multiple projects within maven.</description> <description>A plugin to handle the building of multiple projects within maven.</description>
<shortDescription>Multi-Project Plugin for Maven</shortDescription> <shortDescription>Multi-Project Plugin for Maven</shortDescription>
<versions> <versions>
@ -67,6 +67,11 @@
<name>1.5</name> <name>1.5</name>
<tag>MAVEN_MULTIPROJECT_1_5</tag> <tag>MAVEN_MULTIPROJECT_1_5</tag>
</version> </version>
<version>
<id>1.5.1</id>
<name>1.5.1</name>
<tag>MAVEN_MULTIPROJECT_1_5_1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -25,7 +25,7 @@
<author email="vmassol@apache.org">Vincent Massol</author> <author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.5.1-SNAPSHOT" date="in SVN"> <release version="1.5.1" date="2007-05-07">
<action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2.</action> <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="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> <action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-68" due-to="Shinobu Kawai">Only register the dependency convergence report if there are child projects.</action>