You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/10/30 18:39:14 UTC

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

Author: olamy
Date: Sun Oct 30 17:39:14 2011
New Revision: 1195196

URL: http://svn.apache.org/viewvc?rev=1195196&view=rev
Log:
upgrade parent should fix jenkins build

Modified:
    maven/archetypes/trunk/pom.xml

Modified: maven/archetypes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/pom.xml?rev=1195196&r1=1195195&r2=1195196&view=diff
==============================================================================
--- maven/archetypes/trunk/pom.xml (original)
+++ maven/archetypes/trunk/pom.xml Sun Oct 30 17:39:14 2011
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>maven-archetype</artifactId>
-    <version>2.0</version>
+    <version>2.1</version>
   </parent>
 
   <groupId>org.apache.maven.archetypes</groupId>