You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2008/08/06 17:59:29 UTC

svn commit: r683311 - in /maven/core-integration-testing/trunk: core-integration-tests-support/maven-integration-test-helper/pom.xml core-integration-tests/pom.xml

Author: aheritier
Date: Wed Aug  6 08:59:29 2008
New Revision: 683311

URL: http://svn.apache.org/viewvc?rev=683311&view=rev
Log:
maven-verifier 1.1 was never released

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

Modified: maven/core-integration-testing/trunk/core-integration-tests-support/maven-integration-test-helper/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests-support/maven-integration-test-helper/pom.xml?rev=683311&r1=683310&r2=683311&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests-support/maven-integration-test-helper/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests-support/maven-integration-test-helper/pom.xml Wed Aug  6 08:59:29 2008
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-verifier</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>    
     <dependency>
       <groupId>junit</groupId>

Modified: maven/core-integration-testing/trunk/core-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/pom.xml?rev=683311&r1=683310&r2=683311&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/pom.xml Wed Aug  6 08:59:29 2008
@@ -96,7 +96,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-verifier</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>1.1-SNAPSHOT</version>
 <!-- TODO: not transitive in tests artifact, so must be left in main scope
       <scope>test</scope>
 -->