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/05/30 10:09:23 UTC

svn commit: r1129039 - /maven/archetype/trunk/pom.xml

Author: olamy
Date: Mon May 30 08:09:23 2011
New Revision: 1129039

URL: http://svn.apache.org/viewvc?rev=1129039&view=rev
Log:
use last parent pom

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1129039&r1=1129038&r2=1129039&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Mon May 30 08:09:23 2011
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>18</version>
+    <version>19</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>