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/03/11 07:24:40 UTC

[syncope] branch 2_1_X updated: Upgrading cargo-maven2-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 3a34fdd  Upgrading cargo-maven2-plugin
3a34fdd is described below

commit 3a34fdd4bb9b1b4b44fe28abff2dd25564238d29
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Mar 11 08:23:58 2019 +0100

    Upgrading cargo-maven2-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index be4959e..f79683c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1977,7 +1977,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.7.2</version>
+          <version>1.7.3</version>
           <configuration>
             <container>
               <containerId>tomcat9x</containerId>