You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2011/04/19 15:57:12 UTC

svn commit: r1095088 - /directory/project/trunk/pom.xml

Author: elecharny
Date: Tue Apr 19 13:57:12 2011
New Revision: 1095088

URL: http://svn.apache.org/viewvc?rev=1095088&view=rev
Log:
bumped up maven-gpg-plugin maven-surefire-report-plugin maven-surefire-plugin and findbugs-maven-plugin plugins version

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=1095088&r1=1095087&r2=1095088&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Tue Apr 19 13:57:12 2011
@@ -532,7 +532,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-gpg-plugin</artifactId>
-          <version>1.1</version>
+          <version>1.2</version>
         </plugin>
 
         <plugin>
@@ -628,13 +628,13 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-report-plugin</artifactId>
-          <version>2.7.2</version>
+          <version>2.8</version>
         </plugin>
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.7.2</version>
+          <version>2.8</version>
           <configuration>
             <argLine>-Xmx1024m</argLine>
           </configuration>
@@ -711,7 +711,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.3.1</version>
+          <version>2.3.2</version>
           <configuration>
             <xmlOutput>false</xmlOutput>
             <!--