[maven-scm-plugin] prepare release 1.4.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@188861 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2005-06-07 20:49:53 +00:00
parent 5861624ffd
commit c111eec95d
2 changed files with 12 additions and 5 deletions

View File

@ -17,11 +17,12 @@
* 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.1-SNAPSHOT</currentVersion>
<currentVersion>1.4.1</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>
@ -63,6 +64,11 @@
<name>1.4</name>
<tag>MAVEN_MULTIPROJECT_1_4</tag>
</version>
<version>
<id>1.4.1</id>
<name>1.4.1</name>
<tag>MAVEN_MULTIPROJECT_1_4_1</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -17,6 +17,7 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
@ -24,10 +25,10 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.4.1-SNAPSHOT" date="in SVN">
<action dev="vmassol" type="fix">
Set version of the <code>maven-model</code> dependency to <code>3.0.0</code> (it was
pointing to a SNAPSHOT version).
<release version="1.4.1" date="2005-06-07">
<action dev="vmassol" type="fix">Set version of the
<code>maven-model</code>dependency to
<code>3.0.0</code>(it was pointing to a SNAPSHOT version).
</action>
</release>
<release version="1.4" date="2005-06-05">