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/12/10 16:34:12 UTC

[syncope] branch master updated: Upgrading cargo-maven2-plugin

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 366f56a  Upgrading cargo-maven2-plugin
366f56a is described below

commit 366f56a75edb519e173d83abf5e019002090f052
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Dec 10 17:32:54 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index 73d2ff7..3f10fe4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1908,7 +1908,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.7.0</version>
+          <version>1.7.1</version>
           <configuration>
             <container>
               <containerId>tomcat9x</containerId>