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/08/04 16:07:10 UTC

svn commit: r682393 - /maven/components/branches/MNG-2477/maven-core-it-runner/pom.xml

Author: brett
Date: Mon Aug  4 07:07:10 2008
New Revision: 682393

URL: http://svn.apache.org/viewvc?rev=682393&view=rev
Log:
specify the version as it doesn't necessarily match trunk version

Modified:
    maven/components/branches/MNG-2477/maven-core-it-runner/pom.xml

Modified: maven/components/branches/MNG-2477/maven-core-it-runner/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2477/maven-core-it-runner/pom.xml?rev=682393&r1=682392&r2=682393&view=diff
==============================================================================
--- maven/components/branches/MNG-2477/maven-core-it-runner/pom.xml (original)
+++ maven/components/branches/MNG-2477/maven-core-it-runner/pom.xml Mon Aug  4 07:07:10 2008
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.maven.its</groupId>
       <artifactId>core-integration-tests</artifactId>
-      <version>${project.version}</version>
+      <version>2.1-SNAPSHOT</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>