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:32:04 UTC

svn commit: r1340738 - /maven/plugin-testing/trunk/pom.xml

Author: olamy
Date: Sun May 20 14:32:04 2012
New Revision: 1340738

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

Modified:
    maven/plugin-testing/trunk/pom.xml

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