You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/05/22 22:02:01 UTC

svn commit: r1485385 - /commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml

Author: ggregory
Date: Wed May 22 20:02:00 2013
New Revision: 1485385

URL: http://svn.apache.org/r1485385
Log:
Update Clirr and Changes plugins to current versions.

Modified:
    commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml

Modified: commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml?rev=1485385&r1=1485384&r2=1485385&view=diff
==============================================================================
--- commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml (original)
+++ commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml Wed May 22 20:02:00 2013
@@ -306,7 +306,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-changes-plugin</artifactId>
-          <version>2.0</version>
+          <version>2.9</version>
           <configuration>
             <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
             <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
@@ -346,7 +346,7 @@
         <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
-        <version>2.2.2</version>
+        <version>2.5</version>
         <configuration>
           <comparisonVersion>1.2.2</comparisonVersion>
           <minSeverity>info</minSeverity>