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 2018/11/12 08:20:42 UTC

[syncope] branch 2_1_X updated: Upgrading Camel and modernizer-maven-plugin

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 6b8f216  Upgrading Camel and modernizer-maven-plugin
6b8f216 is described below

commit 6b8f216eb0b55108e51fc4443b72874e548e999e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Nov 12 09:20:18 2018 +0100

    Upgrading Camel and modernizer-maven-plugin
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 85dc435..c6a0682 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
 
     <flowable.version>6.4.0</flowable.version>
 
-    <camel.version>2.22.1</camel.version>	
+    <camel.version>2.22.2</camel.version>	
 
     <slf4j.version>1.7.25</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
@@ -2074,7 +2074,7 @@ under the License.
       <plugin>
         <groupId>org.gaul</groupId>
         <artifactId>modernizer-maven-plugin</artifactId>
-        <version>1.6.0</version>
+        <version>1.7.0</version>
         <configuration>
           <javaVersion>${targetJdk}</javaVersion>
           <ignorePackages>
@@ -2318,8 +2318,8 @@ under the License.
             <link>http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/</link>
             <link>http://fasterxml.github.io/jackson-dataformat-yaml/javadoc/2.9.pr1/</link>
             <link>http://fasterxml.github.io/jackson-datatype-joda/javadoc/2.9/</link>
-            <link>http://www.javadoc.io/doc/org.apache.camel/camel-core/2.22.1/</link>
-            <link>http://www.javadoc.io/doc/org.apache.camel/camel-spring/2.22.1/</link>
+            <link>http://www.javadoc.io/doc/org.apache.camel/camel-core/2.22.2/</link>
+            <link>http://www.javadoc.io/doc/org.apache.camel/camel-spring/2.22.2/</link>
             <link>https://ci.apache.org/projects/wicket/apidocs/8.x/</link>
             <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
             <link>https://commons.apache.org/proper/commons-io/javadocs/api-2.6/</link>