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 11d7736 Upgrading maven-archetype-plugin
11d7736 is described below
commit 11d773637c6f2966633bd9cdf5fc75c9be872b34
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Jun 18 14:53:02 2019 +0200
Upgrading maven-archetype-plugin
---
archetype/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/archetype/pom.xml b/archetype/pom.xml
index b7eb993..5fdf90d 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -42,7 +42,7 @@ under the License.
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
- <version>3.0.1</version>
+ <version>3.1.1</version>
</extension>
</extensions>
@@ -51,7 +51,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-archetype-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1</version>
<extensions>true</extensions>
</plugin>
</plugins>