Repository: syncope
Updated Branches:
  refs/heads/SYNCOPE-808 06fd9e371 -> 39b719809


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/8f303782
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/8f303782
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/8f303782

Branch: refs/heads/SYNCOPE-808
Commit: 8f30378233595ebc03930302cbab98b19d3fc331
Parents: 3da6a04
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Wed Apr 19 15:53:23 2017 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Wed Apr 19 15:53:23 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/8f303782/archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/pom.xml b/archetype/pom.xml
index d691f03..fa3c478 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>

Reply via email to