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 2017/04/19 13:53:53 UTC

[2/2] syncope git commit: Upgrading the maven-archetype-plugin

Upgrading the maven-archetype-plugin


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/40f401c2
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/40f401c2
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/40f401c2

Branch: refs/heads/master
Commit: 40f401c27f2b88b5a5fe016618a81e89dab9d9a8
Parents: aa36e2a
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Wed Apr 19 15:53:23 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Wed Apr 19 15:53:45 2017 +0200

----------------------------------------------------------------------
 archetype/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/40f401c2/archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 1db4417..3441d61 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>2.4</version>
+        <version>3.0.1</version>
       </extension>
     </extensions>
 
@@ -51,7 +51,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-archetype-plugin</artifactId>
-          <version>2.4</version>
+          <version>3.0.1</version>
           <extensions>true</extensions>
         </plugin>
       </plugins>