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 2020/07/22 15:40:52 UTC

[syncope] branch 2_0_X updated: Upgrading maven-archetype-plugin

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 f628671  Upgrading maven-archetype-plugin
f628671 is described below

commit f62867113a68c66af9b110e1d6d6495264496f2f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jul 22 17:40:33 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 f45803a..7f12d5c 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.1</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.1</version>
+          <version>3.2.0</version>
           <extensions>true</extensions>
         </plugin>
       </plugins>