You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by ev...@apache.org on 2006/09/21 22:00:05 UTC

svn commit: r448654 - /maven/scm/trunk/pom.xml

Author: evenisse
Date: Thu Sep 21 13:00:04 2006
New Revision: 448654

URL: http://svn.apache.org/viewvc?view=rev&rev=448654
Log:
Use latest parent

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?view=diff&rev=448654&r1=448653&r2=448654
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Thu Sep 21 13:00:04 2006
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>1</version>
+    <artifactId>maven-parent</artifactId>
+    <version>4</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>