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 2014/04/10 17:35:12 UTC

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

Author: ilgrosso
Date: Thu Apr 10 15:35:12 2014
New Revision: 1586341

URL: http://svn.apache.org/r1586341
Log:
Upgrading cargo and Tomcat versions

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=1586341&r1=1586340&r2=1586341&view=diff
==============================================================================
--- syncope/branches/1_0_X/parent/pom.xml (original)
+++ syncope/branches/1_0_X/parent/pom.xml Thu Apr 10 15:35:12 2014
@@ -296,7 +296,7 @@ under the License.
 
     <apacheds.version>1.5.7</apacheds.version>
 
-    <tomcat.version>7.0.42</tomcat.version>
+    <tomcat.version>7.0.53</tomcat.version>
  
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
     <log.directory>${project.build.directory}/log</log.directory>
@@ -905,7 +905,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.4.4</version>
+          <version>1.4.8</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=1586341&r1=1586340&r2=1586341&view=diff
==============================================================================
--- syncope/branches/1_0_X/pom.xml (original)
+++ syncope/branches/1_0_X/pom.xml Thu Apr 10 15:35:12 2014
@@ -33,7 +33,7 @@ under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>12</version>
+    <version>13</version>
     <relativePath />
   </parent>
   
@@ -98,7 +98,7 @@ under the License.
       
       <plugin>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.5</version>
         <configuration>
           <mavenExecutorId>forked-path</mavenExecutorId>
           <autoVersionSubmodules>true</autoVersionSubmodules>