Author: vmassol
Date: Sun Jun  5 10:26:38 2005
New Revision: 180117

URL: http://svn.apache.org/viewcvs?rev=180117&view=rev
Log:
[maven-scm-plugin] prepare release 1.4

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=180117&r1=180116&r2=180117&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/multiproject/project.xml (original)
+++ maven/maven-1/plugins/trunk/multiproject/project.xml Sun Jun  5 10:26:38 
2005
@@ -17,12 +17,11 @@
  * 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-SNAPSHOT</currentVersion>
+  <currentVersion>1.4</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>
@@ -58,6 +57,11 @@
       <id>1.3.1</id>
       <name>1.3.1</name>
       <tag>MAVEN_MULTIPROJECT_1_3_1</tag>
+    </version>
+    <version>
+      <id>1.4</id>
+      <name>1.4</name>
+      <tag>MAVEN_MULTIPROJECT_1_4</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=180117&r1=180116&r2=180117&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml Sun Jun  5 
10:26:38 2005
@@ -17,7 +17,6 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Changes</title>
@@ -25,7 +24,7 @@
     <author email="[EMAIL PROTECTED]">Vincent Massol</author>
   </properties>
   <body>
-    <release version="1.4-SNAPSHOT" date="in CVS">
+    <release version="1.4" date="2005-06-05">
       <action dev="brett" type="fix">multiproject:install[-snapshot] and 
multiproject:deploy[-snapshot] now call plugin:repository-* for plugins instead 
of plugin:* which are not correct</action>
       <action dev="brett" type="update">Make compatible with Maven 1.1</action>
       <action dev="dion" type="fix" issue="MPMULTIPROJECT-41">Document 
multiproject dependency convergence report</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to