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 2008/02/10 22:54:53 UTC

svn commit: r620342 - /maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml

Author: brett
Date: Sun Feb 10 13:54:52 2008
New Revision: 620342

URL: http://svn.apache.org/viewvc?rev=620342&view=rev
Log:
ITs now depend on a snapshot, no idea how this snuck in undetected

Modified:
    maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml

Modified: maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml?rev=620342&r1=620341&r2=620342&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml (original)
+++ maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml Sun Feb 10 13:54:52 2008
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-verifier</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.2-SNAPSHOT</version>
     </dependency>    
     <dependency>
       <groupId>junit</groupId>