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

svn commit: r674074 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0065: plugin/pom.xml subproject/pom.xml

Author: jvanzyl
Date: Fri Jul  4 08:21:22 2008
New Revision: 674074

URL: http://svn.apache.org/viewvc?rev=674074&view=rev
Log:
o lock down the versions used as the test is to check the basedir and not related to snapshot resolution for plugins

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

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0065/plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0065/plugin/pom.xml?rev=674074&r1=674073&r2=674074&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0065/plugin/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0065/plugin/pom.xml Fri Jul  4 08:21:22 2008
@@ -7,7 +7,7 @@
   </parent>
   <artifactId>plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0065/subproject/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0065/subproject/pom.xml?rev=674074&r1=674073&r2=674074&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0065/subproject/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0065/subproject/pom.xml Fri Jul  4 08:21:22 2008
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.apache.maven.its.it0065</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <executions>
           <execution>
             <goals>