You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/01/16 17:20:38 UTC

svn commit: r1434017 - in /syncope/branches/1_0_X: parent/pom.xml pom.xml

Author: ilgrosso
Date: Wed Jan 16 16:20:38 2013
New Revision: 1434017

URL: http://svn.apache.org/viewvc?rev=1434017&view=rev
Log:
Upgrading some maven plugins

Modified:
    syncope/branches/1_0_X/parent/pom.xml
    syncope/branches/1_0_X/pom.xml

Modified: syncope/branches/1_0_X/parent/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/parent/pom.xml?rev=1434017&r1=1434016&r2=1434017&view=diff
==============================================================================
--- syncope/branches/1_0_X/parent/pom.xml (original)
+++ syncope/branches/1_0_X/parent/pom.xml Wed Jan 16 16:20:38 2013
@@ -784,7 +784,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.gmaven</groupId>
           <artifactId>gmaven-plugin</artifactId>
-          <version>1.4</version>
+          <version>1.5</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
@@ -804,7 +804,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.12.4</version>
+          <version>2.13</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -855,7 +855,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.12.4</version>
+          <version>2.13</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -911,7 +911,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.3.1</version>
+          <version>1.3.2</version>
           <configuration>
             <container>
               <containerId>tomcat7x</containerId>

Modified: syncope/branches/1_0_X/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/pom.xml?rev=1434017&r1=1434016&r2=1434017&view=diff
==============================================================================
--- syncope/branches/1_0_X/pom.xml (original)
+++ syncope/branches/1_0_X/pom.xml Wed Jan 16 16:20:38 2013
@@ -98,7 +98,7 @@ under the License.
       
       <plugin>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.3.2</version>
+        <version>2.4</version>
         <configuration>
           <mavenExecutorId>forked-path</mavenExecutorId>
           <autoVersionSubmodules>true</autoVersionSubmodules>