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/07/09 11:43:37 UTC

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

Author: ilgrosso
Date: Mon Jul  9 09:43:37 2012
New Revision: 1359003

URL: http://svn.apache.org/viewvc?rev=1359003&view=rev
Log:
Updating compiler plugin to 2.5.1 and jackson to 1.9.8

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=1359003&r1=1359002&r2=1359003&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Mon Jul  9 09:43:37 2012
@@ -248,7 +248,7 @@ under the License.
     <spring.version>3.1.1.RELEASE</spring.version>
     <spring-security.version>3.1.1.RELEASE</spring-security.version>
     <aspectj.version>1.6.12</aspectj.version>
-    <jackson.version>1.9.7</jackson.version>
+    <jackson.version>1.9.8</jackson.version>
     <xstream.version>1.4.2</xstream.version>
     <velocity.version>1.7</velocity.version>
     <quartz.version>1.8.6</quartz.version>
@@ -728,7 +728,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.5</version> 
+          <version>2.5.1</version> 
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>