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 1653e3c Upgrading maven-archetype-plugin
1653e3c is described below
commit 1653e3c9f2a927c2278b0d43e3cc93757e37eafe
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 0f499da..d448e92 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>