You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2014/03/11 11:12:50 UTC

svn commit: r1576257 - /syncope/branches/1_1_X/pom.xml

Author: coheigea
Date: Tue Mar 11 10:12:50 2014
New Revision: 1576257

URL: http://svn.apache.org/r1576257
Log:
Updating some plugins

Modified:
    syncope/branches/1_1_X/pom.xml

Modified: syncope/branches/1_1_X/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/pom.xml?rev=1576257&r1=1576256&r2=1576257&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Tue Mar 11 10:12:50 2014
@@ -1081,7 +1081,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.10</version>        
+          <version>2.11</version>        
           <dependencies>    
             <dependency>
               <groupId>org.apache.syncope</groupId>
@@ -1365,7 +1365,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.4.2</version>
+        <version>2.5</version>
         <configuration>
           <mavenExecutorId>forked-path</mavenExecutorId>
           <autoVersionSubmodules>true</autoVersionSubmodules>