You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2011/07/07 00:46:53 UTC

svn commit: r1143599 - /maven/wagon/branches/wagon-1.x/pom.xml

Author: bimargulies
Date: Wed Jul  6 22:46:53 2011
New Revision: 1143599

URL: http://svn.apache.org/viewvc?rev=1143599&view=rev
Log:
Repair scm url to point to branch.

Modified:
    maven/wagon/branches/wagon-1.x/pom.xml

Modified: maven/wagon/branches/wagon-1.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/branches/wagon-1.x/pom.xml?rev=1143599&r1=1143598&r2=1143599&view=diff
==============================================================================
--- maven/wagon/branches/wagon-1.x/pom.xml (original)
+++ maven/wagon/branches/wagon-1.x/pom.xml Wed Jul  6 22:46:53 2011
@@ -117,9 +117,9 @@ under the License.
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/wagon/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/wagon/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/wagon/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/wagon/branches/wagon-1.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/wagon/branches/wagon-1.x</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/wagon/branches/wagon-1.x</url>
   </scm>
   <issueManagement>
     <system>jira</system>