You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by rf...@apache.org on 2011/12/03 01:21:58 UTC

svn commit: r1209817 - /incubator/droids/trunk/pom.xml

Author: rfrovarp
Date: Sat Dec  3 01:21:58 2011
New Revision: 1209817

URL: http://svn.apache.org/viewvc?rev=1209817&view=rev
Log:
Remove version overrides where parent now has newer versions. 
Update versions where new ones exist.

Modified:
    incubator/droids/trunk/pom.xml

Modified: incubator/droids/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/pom.xml?rev=1209817&r1=1209816&r2=1209817&view=diff
==============================================================================
--- incubator/droids/trunk/pom.xml (original)
+++ incubator/droids/trunk/pom.xml Sat Dec  3 01:21:58 2011
@@ -163,7 +163,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <inherited>true</inherited>
-        <version>2.8</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
@@ -196,7 +195,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
         <configuration>
           <archive>
             <addMavenDescriptor>false</addMavenDescriptor>
@@ -232,7 +230,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
-            <version>1.1</version>
+            <version>1.4</version>
             <executions>
               <execution>
                 <id>sign-artifacts</id>
@@ -254,7 +252,7 @@
         <inherited>true</inherited>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.0.1</version>
+        <version>2.4</version>
         <reportSets>
           <reportSet>
             <reports>
@@ -272,7 +270,7 @@
         <inherited>true</inherited>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.7</version>
+        <version>2.8</version>
       </plugin>
     </plugins>
   </reporting>