You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/05/20 16:34:24 UTC

svn commit: r1340742 - /maven/plugin-testing/branches/plugin-testing-mvn-2.x/pom.xml

Author: olamy
Date: Sun May 20 14:34:24 2012
New Revision: 1340742

URL: http://svn.apache.org/viewvc?rev=1340742&view=rev
Log:
fix scm urls

Modified:
    maven/plugin-testing/branches/plugin-testing-mvn-2.x/pom.xml

Modified: maven/plugin-testing/branches/plugin-testing-mvn-2.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-2.x/pom.xml?rev=1340742&r1=1340741&r2=1340742&view=diff
==============================================================================
--- maven/plugin-testing/branches/plugin-testing-mvn-2.x/pom.xml (original)
+++ maven/plugin-testing/branches/plugin-testing-mvn-2.x/pom.xml Sun May 20 14:34:24 2012
@@ -128,9 +128,9 @@ under the License.
   </modules>
 
   <scm>
-    <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/viewvc/maven/plugin-testing/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/branches/plugin-testing-mvn-2.x/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/branches/plugin-testing-mvn-2.x/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-2.x/</url>
   </scm>
   <issueManagement>
     <system>jira</system>