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:57 UTC

[syncope] branch master updated: Upgrading maven-archetype-plugin

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ec564f  Upgrading maven-archetype-plugin
8ec564f is described below

commit 8ec564fb2b644e2017a5a7530fc1e4f532a62c0f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jul 22 17:38:04 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 f500f59..3e735b3 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>