You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by br...@apache.org on 2008/05/21 04:45:59 UTC

svn commit: r658537 - /maven/wagon/trunk/pom.xml

Author: brett
Date: Tue May 20 19:45:59 2008
New Revision: 658537

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

Modified:
    maven/wagon/trunk/pom.xml

Modified: maven/wagon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/pom.xml?rev=658537&r1=658536&r2=658537&view=diff
==============================================================================
--- maven/wagon/trunk/pom.xml (original)
+++ maven/wagon/trunk/pom.xml Tue May 20 19:45:59 2008
@@ -89,9 +89,9 @@
     </developer>
   </developers>
   <scm>
-    <connection>scm:svn:https://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>https://svn.apache.org/repos/asf/maven/wagon/branches/wagon-1.x</url>
+    <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>
   </scm>
   <build>
     <pluginManagement>



---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-commits-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-commits-help@maven.apache.org