Author: bentmann
Date: Wed Dec 10 09:25:39 2008
New Revision: 725349

URL: http://svn.apache.org/viewvc?rev=725349&view=rev
Log:
o Fixed POM version (we need to reference an existing parent or Maven bails out)

Modified:
    maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml

Modified: 
maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml?rev=725349&r1=725348&r2=725349&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml 
(original)
+++ maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml 
Wed Dec 10 09:25:39 2008
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-RC</version>
+    <version>2.0.10-RC5-SNAPSHOT</version>
   </parent>
   <artifactId>maven-integration-tests</artifactId>
   <name>Maven Integration-Test Importer</name>


Reply via email to