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 2010/10/13 21:41:51 UTC

svn commit: r1022262 - /commons/proper/pool/trunk/pom.xml

Author: ggregory
Date: Wed Oct 13 19:41:50 2010
New Revision: 1022262

URL: http://svn.apache.org/viewvc?rev=1022262&view=rev
Log:
maven-source-plugin 2.1 -> 2.1.2
maven-changes-plugin 2.0 -> 2.3
cobertura-maven-plugin 2.3 -> 2.4

Modified:
    commons/proper/pool/trunk/pom.xml

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1022262&r1=1022261&r2=1022262&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Wed Oct 13 19:41:50 2010
@@ -151,7 +151,7 @@
           <!-- Override plugin versions in parent Pom, which are too old to support manifests -->
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>2.1</version>
+          <version>2.1.2</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -219,7 +219,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>
@@ -266,7 +266,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.4</version>
       </plugin>
       </plugins>
     </reporting>