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 354faaf Upgrading maven-archetype-plugin
354faaf is described below
commit 354faafeb37a2f8e4dde6ad15ce94de859e03c1d
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jul 22 17:40:17 2020 +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 23cabbf..b93b2b2 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.1.2</version>
+ <version>3.2.0</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.2</version>
+ <version>3.2.0</version>
<extensions>true</extensions>
</plugin>
</plugins>