Author: vmassol
Date: Tue Jun 7 13:49:53 2005
New Revision: 188861
URL: http://svn.apache.org/viewcvs?rev=188861&view=rev
Log:
[maven-scm-plugin] prepare release 1.4.1
Modified:
maven/maven-1/plugins/trunk/multiproject/project.xml
maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/multiproject/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/project.xml?rev=188861&r1=188860&r2=188861&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/multiproject/project.xml (original)
+++ maven/maven-1/plugins/trunk/multiproject/project.xml Tue Jun 7 13:49:53
2005
@@ -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>
@@ -62,6 +63,11 @@
<id>1.4</id>
<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>
Modified: maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml?rev=188861&r1=188860&r2=188861&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml Tue Jun 7
13:49:53 2005
@@ -17,6 +17,7 @@
* limitations under the License.
*/
-->
+
<document>
<properties>
<title>Changes</title>
@@ -24,10 +25,10 @@
<author email="[EMAIL PROTECTED]">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">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]