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 2019/11/04 07:36:30 UTC

[syncope] branch 2_0_X updated: Upgrading SLF4J, maven-jar-plugin, maven-assembly-plugin

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

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


The following commit(s) were added to refs/heads/2_0_X by this push:
     new f78ffb8  Upgrading SLF4J, maven-jar-plugin, maven-assembly-plugin
f78ffb8 is described below

commit f78ffb8a6f327e93dc8a4bc88fc473de63142f00
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Nov 4 08:29:29 2019 +0100

    Upgrading SLF4J, maven-jar-plugin, maven-assembly-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8418c2b..0945abb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
 
     <camel.version>2.17.7</camel.version>	
 
-    <slf4j.version>1.7.28</slf4j.version>
+    <slf4j.version>1.7.29</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
     <elasticsearch.version>5.6.16</elasticsearch.version>
@@ -2033,7 +2033,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.1.2</version>
+          <version>3.2.0</version>
         </plugin>
         
         <plugin>
@@ -2146,7 +2146,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.1.1</version>
+          <version>3.2.0</version>
         </plugin>
 
         <plugin>