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 6c4c560 Upgrading cargo-maven2-plugin and maven-assembly-plugin
6c4c560 is described below
commit 6c4c5600692835ea62dc74e29bac3328fb13d8dc
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri May 1 08:49:06 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 52f7c62..9bf1cf1 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.11</version>
+ <version>1.7.12</version>
<configuration>
<container>
<containerId>tomcat8x</containerId>
@@ -2140,7 +2140,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>