[maven-scm-plugin] prepare release 1.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@180117 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2005-06-05 17:26:38 +00:00
parent 19d5100fc9
commit a86e599772
2 changed files with 7 additions and 4 deletions

View File

@@ -17,12 +17,11 @@
* limitations under the License.
*/
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<id>maven-multiproject-plugin</id>
<name>Maven Multi-Project Plug-in</name>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<currentVersion>1.4</currentVersion>
<description>A plugin to handle the building of multiple projects within maven.</description>
<shortDescription>Multi-Project Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/multiproject/</url>
@@ -59,6 +58,11 @@
<name>1.3.1</name>
<tag>MAVEN_MULTIPROJECT_1_3_1</tag>
</version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_MULTIPROJECT_1_4</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -17,7 +17,6 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
@@ -25,7 +24,7 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.4-SNAPSHOT" date="in CVS">
<release version="1.4" date="2005-06-05">
<action dev="brett" type="fix">multiproject:install[-snapshot] and multiproject:deploy[-snapshot] now call plugin:repository-* for plugins instead of plugin:* which are not correct</action>
<action dev="brett" type="update">Make compatible with Maven 1.1</action>
<action dev="dion" type="fix" issue="MPMULTIPROJECT-41">Document multiproject dependency convergence report</action>