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

svn commit: r725349 - /maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml

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>