You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2013/10/21 03:38:55 UTC

svn commit: r1534017 - in /shindig/trunk: features/pom.xml pom.xml

Author: lindner
Date: Mon Oct 21 01:38:55 2013
New Revision: 1534017

URL: http://svn.apache.org/r1534017
Log:
Upgrade maven plugins

exec-maven-plugin 1.2 -> 1.2.1
clirr-maven-plugin 2.2.3 -> 2.5
maven-eclipse-plugin 2.6 -> 2.9
maven-surefire-plugin 2.7.2 -> 2.13
findbugs-maven-plugin 2.3.1 -> 2.5.2

Modified:
    shindig/trunk/features/pom.xml
    shindig/trunk/pom.xml

Modified: shindig/trunk/features/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/pom.xml?rev=1534017&r1=1534016&r2=1534017&view=diff
==============================================================================
--- shindig/trunk/features/pom.xml (original)
+++ shindig/trunk/features/pom.xml Mon Oct 21 01:38:55 2013
@@ -284,7 +284,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
-            <version>1.2</version>
+            <version>1.2.1</version>
             <executions>
               <execution>
                 <goals>

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1534017&r1=1534016&r2=1534017&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Mon Oct 21 01:38:55 2013
@@ -797,7 +797,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>clirr-maven-plugin</artifactId>
-            <version>2.2.3</version>
+            <version>2.5</version>
             <configuration>
               <comparisonVersion>${shindig.api.previous}</comparisonVersion>
             </configuration>
@@ -1067,8 +1067,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins </groupId>
           <artifactId>maven-eclipse-plugin</artifactId>
-          <!-- stay at 2.6, 2.8 has problems with our poms -->
-          <version>2.6</version>
+          <version>2.9</version>
           <configuration>
             <addVersionToProjectName>true</addVersionToProjectName>
             <workspaceCodeStylesURL>http://svn.apache.org/repos/asf/shindig/trunk/etc/eclipse/shindig-eclipse-codestyle_2.xml</workspaceCodeStylesURL>
@@ -1196,9 +1195,9 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.7.2</version>
+          <version>2.13</version>
           <configuration>
-            <parallel>both</parallel>
+            <parallel>classesAndMethods</parallel>
           </configuration>
         </plugin>
         <plugin>
@@ -1227,7 +1226,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.3.1</version>
+          <version>2.5.2</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>