[maven-scm-plugin] prepare release 1.3.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-06-28 11:43:36 +00:00
parent af9f587c25
commit 8797a42dff
2 changed files with 7 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
<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.3.1</currentVersion>
<description>A plugin to handle the building of multiple projects within maven. Requires Maven 1.0 RC3</description>
<shortDescription>Multi-Project Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/multiproject/</url>
@@ -54,6 +54,11 @@
<name>1.3</name>
<tag>MAVEN_MULTIPROJECT_1_3</tag>
</version>
<version>
<id>1.3.1</id>
<name>1.3.1</name>
<tag>MAVEN_MULTIPROJECT_1_3_1</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -25,7 +25,7 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.4-SNAPSHOT" date="in CVS">
<release version="1.3.1" date="2004-06-28">
<action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
<action dev="brett" type="fix" issue="MPMULTIPROJECT-31">Make sure source directory exists as some circumstances cause it not to</action>
</release>