You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/11/03 10:20:46 UTC

svn commit: r591565 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0046/subproject/pom.xml

Author: brett
Date: Sat Nov  3 02:20:46 2007
New Revision: 591565

URL: http://svn.apache.org/viewvc?rev=591565&view=rev
Log:
fix the version

Modified:
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0046/subproject/pom.xml

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0046/subproject/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0046/subproject/pom.xml?rev=591565&r1=591564&r2=591565&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0046/subproject/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0046/subproject/pom.xml Sat Nov  3 02:20:46 2007
@@ -12,7 +12,7 @@
       <plugin>
         <groupId>org.apache.maven.its.plugins</groupId>
         <artifactId>maven-it-plugin-touch</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>2.1-SNAPSHOT</version>
         <configuration>
           <fail>true</fail>
         </configuration>