You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2014/12/19 22:10:18 UTC

svn commit: r1646870 - /commons/proper/configuration/branches/RELEASE_2_0_alpha2_BRANCH/pom.xml

Author: oheger
Date: Fri Dec 19 21:10:17 2014
New Revision: 1646870

URL: http://svn.apache.org/r1646870
Log:
Updated version number of maven-changes-plugin and set comparison version for clirr.

Modified:
    commons/proper/configuration/branches/RELEASE_2_0_alpha2_BRANCH/pom.xml

Modified: commons/proper/configuration/branches/RELEASE_2_0_alpha2_BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/RELEASE_2_0_alpha2_BRANCH/pom.xml?rev=1646870&r1=1646869&r2=1646870&view=diff
==============================================================================
--- commons/proper/configuration/branches/RELEASE_2_0_alpha2_BRANCH/pom.xml (original)
+++ commons/proper/configuration/branches/RELEASE_2_0_alpha2_BRANCH/pom.xml Fri Dec 19 21:10:17 2014
@@ -603,7 +603,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.11</version>
         <configuration>
           <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
           <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
@@ -657,6 +657,7 @@
         <artifactId>clirr-maven-plugin</artifactId>
         <version>2.4</version>
         <configuration>
+          <comparisonVersion>2.0-alpha1</comparisonVersion>
           <excludes>
             <exclude>org/apache/commons/configuration/plist/PropertyListParser*</exclude>
           </excludes>