You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2010/10/07 00:16:23 UTC

svn commit: r1005274 - in /commons/proper/chain/trunk: pom.xml src/changes/changes.xml

Author: niallp
Date: Wed Oct  6 22:16:23 2010
New Revision: 1005274

URL: http://svn.apache.org/viewvc?rev=1005274&view=rev
Log:
Upgrade maven-changes-plugin from version 2.0 to 2.3

Version 2.3 doesn't like the <dueto name="..."/> element for multiple attributions so move them to <action due-to="..."> element as a comma separated list

Modified:
    commons/proper/chain/trunk/pom.xml
    commons/proper/chain/trunk/src/changes/changes.xml

Modified: commons/proper/chain/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1005274&r1=1005273&r2=1005274&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Wed Oct  6 22:16:23 2010
@@ -233,7 +233,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
-                <version>2.0</version>
+                <version>2.3</version>
                 <configuration>
                     <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
                     <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>

Modified: commons/proper/chain/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/src/changes/changes.xml?rev=1005274&r1=1005273&r2=1005274&view=diff
==============================================================================
--- commons/proper/chain/trunk/src/changes/changes.xml (original)
+++ commons/proper/chain/trunk/src/changes/changes.xml Wed Oct  6 22:16:23 2010
@@ -117,9 +117,7 @@ The <action> type attribute can be add,u
       <action dev="germuska" type="update" issue="CHAIN-3">
          Decouple CatalogFactory lookup from LookupAction.
       </action>
-      <action dev="craigmcc" type="fix" issue="CHAIN-12">
-        <dueto name="Jeff Ramsdale"/>
-        <dueto name="Dennis Lundberg"/>
+      <action dev="craigmcc" type="fix" issue="CHAIN-12" due-to="Jeff Ramsdale and Dennis Lundberg">
          Make ContextBase live up to the Serializable contract that it inherits by virtue of extending HashMap.
       </action>
       <action dev="martinc" type="update">
@@ -137,9 +135,7 @@ The <action> type attribute can be add,u
       <action dev="germuska" type="add" issue="CHAIN-20">
          Add new  DispatchCommand.
       </action>
-      <action dev="jmitchell" type="fix" issue="CHAIN-6">
-        <dueto name="William Slough"/>
-        <dueto name="Sean Schofield"/>
+      <action dev="jmitchell" type="fix" issue="CHAIN-6" due-to="William Slough and Sean Schofield">
          CopyCommand does not work unless setValue is called.
       </action>
       <action dev="craigmcc" type="add" issue="CHAIN-19" due-to="Joe Germuska">