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

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

Author: jdcasey
Date: Wed Dec 10 08:42:22 2008
New Revision: 725330

URL: http://svn.apache.org/viewvc?rev=725330&view=rev
Log:
rename the integration-tests POM after the branch, since this isn't a module and really doesn't need to be separate for each release from a branch. It's mainly useful for separating branch IT runs from one another.

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=725330&r1=725329&r2=725330&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 08:42:22 2008
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-RC3-SNAPSHOT</version>
+    <version>2.0.10-RC</version>
   </parent>
   <artifactId>maven-integration-tests</artifactId>
   <name>Maven Integration-Test Importer</name>