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 2017/09/12 06:42:34 UTC

[2/3] syncope git commit: Upgrading Jackson and the maven-compiler-plugin

Upgrading Jackson and the maven-compiler-plugin


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/abe49ab4
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/abe49ab4
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/abe49ab4

Branch: refs/heads/master
Commit: abe49ab42c6e0f960d2dfbdab2446a0b156bbc5b
Parents: 5295039
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Sep 12 08:37:14 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Sep 12 08:37:22 2017 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/abe49ab4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7bd4c09..813d3ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,7 +366,7 @@ under the License.
 
     <cxf.version>3.2.0-SNAPSHOT</cxf.version>
 
-    <jackson.version>2.8.10</jackson.version>
+    <jackson.version>2.9.1</jackson.version>
 
     <spring.version>4.3.10.RELEASE</spring.version>
     <spring-security.version>4.2.3.RELEASE</spring-security.version>
@@ -1635,7 +1635,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.6.2</version> 
+          <version>3.7.0</version> 
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>