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 2006/05/29 08:56:04 UTC

svn commit: r410035 - /maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml

Author: brett
Date: Sun May 28 23:56:03 2006
New Revision: 410035

URL: http://svn.apache.org/viewvc?rev=410035&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml

Modified: maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml?rev=410035&r1=410034&r2=410035&view=diff
==============================================================================
--- maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml (original)
+++ maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml Sun May 28 23:56:03 2006
@@ -8,7 +8,7 @@
   <artifactId>maven-core-it-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Core Integration Test Plugin</name>
-  <version>1.0</version>
+  <version>1.1-SNAPSHOT</version>
   <inceptionYear>2001</inceptionYear>
   <dependencies>
     <dependency>
@@ -37,10 +37,4 @@
       <version>1.3.0</version>
     </dependency>
   </dependencies>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-core-it-plugin-1.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-core-it-plugin-1.0</developerConnection>
-    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-core-it-plugin-1.0</url>
-  </scm>
 </model>