Author: jvanzyl
Date: Sun Jun 17 08:53:18 2007
New Revision: 548048

URL: http://svn.apache.org/viewvc?view=rev&rev=548048
Log:
o using 6-SNAPSHOT -> using the new remote-resources plugin causes a CCE so 
rolling back to 5 until I can test it

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?view=diff&rev=548048&r1=548047&r2=548048
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Sun Jun 17 08:53:18 2007
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>5</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <artifactId>maven</artifactId>


Reply via email to