You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2005/06/07 22:47:07 UTC

svn commit: r188859 - in /maven/maven-1/plugins/trunk/multiproject: project.xml xdocs/changes.xml

Author: vmassol
Date: Tue Jun  7 13:47:05 2005
New Revision: 188859

URL: http://svn.apache.org/viewcvs?rev=188859&view=rev
Log:
Set version of the <code>maven-model</code> dependency to <code>3.0.0</code> (it was pointing to a SNAPSHOT version).

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=188859&r1=188858&r2=188859&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/multiproject/project.xml (original)
+++ maven/maven-1/plugins/trunk/multiproject/project.xml Tue Jun  7 13:47:05 2005
@@ -2,7 +2,7 @@
 
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
   <extend>../plugin-parent/project.xml</extend>
   <id>maven-multiproject-plugin</id>
   <name>Maven Multi-Project Plug-in</name>
-  <currentVersion>1.4</currentVersion>
+  <currentVersion>1.4.1-SNAPSHOT</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>
@@ -118,7 +118,7 @@
       <groupId>maven</groupId>
       <artifactId>maven-model</artifactId>
       <type>jar</type>
-      <version>3.0.0-SNAPSHOT</version>
+      <version>3.0.0</version>
     </dependency>
   </dependencies>
 </project>

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=188859&r1=188858&r2=188859&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:47:05 2005
@@ -2,7 +2,7 @@
 
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,6 +24,12 @@
     <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).
+      </action>
+    </release>
     <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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org