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 2012/04/11 09:02:51 UTC

svn commit: r1324593 - /incubator/syncope/trunk/parent/pom.xml

Author: ilgrosso
Date: Wed Apr 11 07:02:50 2012
New Revision: 1324593

URL: http://svn.apache.org/viewvc?rev=1324593&view=rev
Log:
Updating to latest Tomcat and Jackson

Modified:
    incubator/syncope/trunk/parent/pom.xml

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1324593&r1=1324592&r2=1324593&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Wed Apr 11 07:02:50 2012
@@ -221,7 +221,7 @@ under the License.
     <spring.version>3.1.1.RELEASE</spring.version>
     <spring-security.version>3.1.0.RELEASE</spring-security.version>
     <aspectj.version>1.6.12</aspectj.version>
-    <jackson.version>1.9.5</jackson.version>
+    <jackson.version>1.9.6</jackson.version>
     <xstream.version>1.4.2</xstream.version>
     <velocity.version>1.7</velocity.version>
     <quartz.version>1.8.6</quartz.version>
@@ -244,7 +244,7 @@ under the License.
 
     <apacheds.version>1.5.7</apacheds.version>
 
-    <tomcat.version>7.0.26</tomcat.version>
+    <tomcat.version>7.0.27</tomcat.version>
  
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
     <log.directory>${project.build.directory}/log</log.directory>