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 2020/05/01 06:49:28 UTC

[syncope] branch 2_1_X updated: Upgrading cargo-maven2-plugin and maven-assembly-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 d558127  Upgrading cargo-maven2-plugin and maven-assembly-plugin
d558127 is described below

commit d55812732181ec0e52cac2f046ce21caddb2c156
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri May 1 08:46:51 2020 +0200

    Upgrading cargo-maven2-plugin and maven-assembly-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c0a5392..818b4d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2017,7 +2017,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.7.11</version>
+          <version>1.7.12</version>
           <configuration>
             <container>
               <containerId>tomcat9x</containerId>
@@ -2094,7 +2094,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.3.0</version>
         </plugin>
 
         <plugin>