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

svn commit: r677898 - in /maven/plugin-testing/trunk: maven-plugin-testing-harness/pom.xml maven-plugin-testing-tools/pom.xml maven-test-tools/pom.xml pom.xml

Author: vsiveton
Date: Fri Jul 18 06:02:17 2008
New Revision: 677898

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

Modified:
    maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml
    maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml
    maven/plugin-testing/trunk/maven-test-tools/pom.xml
    maven/plugin-testing/trunk/pom.xml

Modified: maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml?rev=677898&r1=677897&r2=677898&view=diff
==============================================================================
--- maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml (original)
+++ maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml Fri Jul 18 06:02:17 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.plugin-testing</groupId>
     <artifactId>maven-plugin-testing</artifactId>
-    <version>1.2</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-plugin-testing-harness</artifactId>
@@ -95,8 +95,8 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/tags/maven-plugin-testing-1.2/maven-plugin-testing-harness</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/tags/maven-plugin-testing-1.2/maven-plugin-testing-harness</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/plugin-testing/tags/maven-plugin-testing-1.2/maven-plugin-testing-harness</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-plugin-testing-harness/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-plugin-testing-harness/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/plugin-testing/trunk/maven-plugin-testing-harness/</url>
   </scm>
 </project>

Modified: maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml?rev=677898&r1=677897&r2=677898&view=diff
==============================================================================
--- maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml (original)
+++ maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml Fri Jul 18 06:02:17 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.plugin-testing</groupId>
     <artifactId>maven-plugin-testing</artifactId>
-    <version>1.2</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-plugin-testing-tools</artifactId>
@@ -105,8 +105,8 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/tags/maven-plugin-testing-1.2/maven-plugin-testing-tools</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/tags/maven-plugin-testing-1.2/maven-plugin-testing-tools</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/plugin-testing/tags/maven-plugin-testing-1.2/maven-plugin-testing-tools</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-plugin-testing-tools</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-plugin-testing-tools</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/plugin-testing/trunk/maven-plugin-testing-tools</url>
   </scm>
 </project>

Modified: maven/plugin-testing/trunk/maven-test-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-test-tools/pom.xml?rev=677898&r1=677897&r2=677898&view=diff
==============================================================================
--- maven/plugin-testing/trunk/maven-test-tools/pom.xml (original)
+++ maven/plugin-testing/trunk/maven-test-tools/pom.xml Fri Jul 18 06:02:17 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.plugin-testing</groupId>
     <artifactId>maven-plugin-testing</artifactId>
-    <version>1.2</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-test-tools</artifactId>
@@ -48,8 +48,8 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/tags/maven-plugin-testing-1.2/maven-test-tools</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/tags/maven-plugin-testing-1.2/maven-test-tools</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/plugin-testing/tags/maven-plugin-testing-1.2/maven-test-tools</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-test-tools</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-test-tools</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/plugin-testing/trunk/maven-test-tools</url>
   </scm>
 </project>

Modified: maven/plugin-testing/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/pom.xml?rev=677898&r1=677897&r2=677898&view=diff
==============================================================================
--- maven/plugin-testing/trunk/pom.xml (original)
+++ maven/plugin-testing/trunk/pom.xml Fri Jul 18 06:02:17 2008
@@ -31,7 +31,7 @@
 
   <groupId>org.apache.maven.plugin-testing</groupId>
   <artifactId>maven-plugin-testing</artifactId>
-  <version>1.2</version>
+  <version>1.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven Plugin Testing</name>
@@ -49,9 +49,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/tags/maven-plugin-testing-1.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/tags/maven-plugin-testing-1.2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/plugin-testing/tags/maven-plugin-testing-1.2</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/plugin-testing/trunk</url>
   </scm>
 
   <mailingLists>