Author: dennisl
Date: Tue Jul 19 15:33:16 2011
New Revision: 1148399

URL: http://svn.apache.org/viewvc?rev=1148399&view=rev
Log:
o Update maven-changes-plugin to version 2.6
o Alter configuration for maven-changes-plugin to make use of new features in 
recent versions

Modified:
    maven/plugins/trunk/maven-plugins/pom.xml

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1148399&r1=1148398&r2=1148399&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Tue Jul 19 15:33:16 2011
@@ -144,7 +144,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-changes-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.6</version>
           <configuration>
             <issueManagementSystems>
               <issueManagementSystem>JIRA</issueManagementSystem>
@@ -158,8 +158,10 @@ under the License.
             <toAddresses>
               <toAddress 
implementation="java.lang.String">annou...@maven.apache.org</toAddress>
               <toAddress 
implementation="java.lang.String">us...@maven.apache.org</toAddress>
-              <toAddress 
implementation="java.lang.String">d...@maven.apache.org</toAddress>
             </toAddresses>
+            <ccAddresses>
+              <ccAddress 
implementation="java.lang.String">d...@maven.apache.org</ccAddress>
+            </ccAddresses>
             <!-- These values need to be specified as properties in the 
profile apache-release in your settings.xml -->
             <fromDeveloperId>${apache.availid}</fromDeveloperId>
             <smtpHost>${smtp.host}</smtpHost>


Reply via email to