Author: aheritier
Date: Mon Jan 30 13:52:28 2006
New Revision: 373603

URL: http://svn.apache.org/viewcvs?rev=373603&view=rev
Log:
Begin 1.3-SNAPSHOT
Remove usage of the deprecated dependency-handle tag.

Modified:
    maven/maven-1/plugins/trunk/multichanges/plugin.jelly
    maven/maven-1/plugins/trunk/multichanges/project.xml
    maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/multichanges/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multichanges/plugin.jelly?rev=373603&r1=373602&r2=373603&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/multichanges/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/multichanges/plugin.jelly Mon Jan 30 13:52:28 
2006
@@ -38,7 +38,7 @@
     <!-- Default reactor properties from the Multiproject plug-in -->
 
     <!-- Make sure the multiproject plugin is loaded -->
-    <multiproject:dependency-handle />
+    <m:set plugin="maven-multiproject-plugin" property="foo" value="bar"/>
 
     <m:get var="mBasedir" property="maven.multiproject.basedir" 
plugin="maven-multiproject-plugin"/>
     <m:property var="dBasedir" name="maven.multichanges.basedir" 
defaultValue="${mBasedir}"/>

Modified: maven/maven-1/plugins/trunk/multichanges/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multichanges/project.xml?rev=373603&r1=373602&r2=373603&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/multichanges/project.xml (original)
+++ maven/maven-1/plugins/trunk/multichanges/project.xml Mon Jan 30 13:52:28 
2006
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-multichanges-plugin</id>
   <name>Maven MultiChanges Plugin</name>
-  <currentVersion>1.2</currentVersion>
+  <currentVersion>1.3-SNAPSHOT</currentVersion>
   <shortDescription>Produce release dashboard for 
subprojects.</shortDescription>
   <description>Produce release dashboard for subprojects.</description>
   <url>http://maven.apache.org/maven-1.x/reference/plugins/multichanges/</url>

Modified: maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml?rev=373603&r1=373602&r2=373603&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml Mon Jan 30 
13:52:28 2006
@@ -23,6 +23,9 @@
     <author email="[EMAIL PROTECTED]">Vincent Massol</author>
   </properties>
   <body>
+    <release version="1.3-SNAPSHOT">
+      <action dev="aheritier" type="update">Remove usage of the deprecated 
dependency-handle tag.</action>
+    </release>
     <release version="1.2" date="2006-01-07">
       <action dev="ltheussl" type="update" issue="MPMULTICHANGES-2">Use 
multiproject properties by default.</action>
       <action dev="aheritier" type="add" issue="MPMULTICHANGES-3" due-to="Jon 
Strayer">Add another column to the report that lists the value of 
currentVersion.</action>


Reply via email to