[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. * limitations under the License.
*/ */
--> -->
<project> <project>
<extend>../plugin-parent/project.xml</extend> <extend>../plugin-parent/project.xml</extend>
<id>maven-multiproject-plugin</id> <id>maven-multiproject-plugin</id>
<name>Maven Multi-Project Plug-in</name> <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> <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>
<url>http://maven.apache.org/reference/plugins/multiproject/</url> <url>http://maven.apache.org/reference/plugins/multiproject/</url>
@ -63,6 +64,11 @@
<name>1.4</name> <name>1.4</name>
<tag>MAVEN_MULTIPROJECT_1_4</tag> <tag>MAVEN_MULTIPROJECT_1_4</tag>
</version> </version>
<version>
<id>1.4.1</id>
<name>1.4.1</name>
<tag>MAVEN_MULTIPROJECT_1_4_1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

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