You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/11/14 23:19:48 UTC

svn commit: r1714397 - /maven/archetypes/trunk/pom.xml

Author: hboutemy
Date: Sat Nov 14 22:19:48 2015
New Revision: 1714397

URL: http://svn.apache.org/viewvc?rev=1714397&view=rev
Log:
changed parent pom to get config update

Modified:
    maven/archetypes/trunk/pom.xml

Modified: maven/archetypes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/pom.xml?rev=1714397&r1=1714396&r2=1714397&view=diff
==============================================================================
--- maven/archetypes/trunk/pom.xml (original)
+++ maven/archetypes/trunk/pom.xml Sat Nov 14 22:19:48 2015
@@ -23,9 +23,9 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven.archetype</groupId>
-    <artifactId>maven-archetype</artifactId>
-    <version>2.2</version>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-parent</artifactId>
+    <version>27</version>
   </parent>
 
   <groupId>org.apache.maven.archetypes</groupId>