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/07/13 09:06:09 UTC

[syncope] branch 2_0_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_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 7b8a47e  Upgrading cargo-maven2-plugin
7b8a47e is described below

commit 7b8a47ee851ddb3e729c7a96a64563a58d80bb32
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jul 9 15:33:00 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 80ac407..2654616 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2070,7 +2070,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.7.13</version>
+          <version>1.7.15</version>
           <configuration>
             <container>
               <containerId>tomcat8x</containerId>