brett 2004/06/28 04:43:36
Modified: multiproject project.xml
multiproject/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.3.1
Revision Changes Path
1.30 +6 -1 maven-plugins/multiproject/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/multiproject/project.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- project.xml 25 Jun 2004 15:24:30 -0000 1.29
+++ project.xml 28 Jun 2004 11:43:36 -0000 1.30
@@ -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>
@@ -53,6 +53,11 @@
<id>1.3</id>
<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>
1.25 +1 -1 maven-plugins/multiproject/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/multiproject/xdocs/changes.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- changes.xml 13 Jun 2004 05:26:16 -0000 1.24
+++ changes.xml 28 Jun 2004 11:43:36 -0000 1.25
@@ -25,7 +25,7 @@
<author email="[EMAIL PROTECTED]">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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]