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 2016/06/14 15:58:18 UTC

[02/17] syncope git commit: Upgrading Jackson and Maven Javadoc plugin

Upgrading Jackson and Maven Javadoc plugin


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

Branch: refs/heads/SYNCOPE-862
Commit: 6401a90392ef63cf1f8c89e79d16fc858a27d26f
Parents: 2ff73da
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Mon Jun 13 10:12:36 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Jun 13 10:12:36 2016 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/6401a903/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8c6396b..aa76443 100644
--- a/pom.xml
+++ b/pom.xml
@@ -336,7 +336,7 @@ under the License.
 
     <camel.version>2.17.1</camel.version>	
 
-    <jackson.version>2.7.4</jackson.version>
+    <jackson.version>2.7.5</jackson.version>
 
     <spring.version>4.2.6.RELEASE</spring.version>
     <spring-security.version>4.1.0.RELEASE</spring-security.version>
@@ -1340,7 +1340,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10.3</version>          
+          <version>2.10.4</version>          
         </plugin>
         
         <plugin>
@@ -1900,7 +1900,7 @@ under the License.
                 <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-javadoc-plugin</artifactId>
-                  <version>2.10.3</version>
+                  <version>2.10.4</version>
                   <configuration>
                     <destDir>apidocs/2.0</destDir>
                     <isOffline>false</isOffline>