You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by be...@apache.org on 2008/08/24 23:54:20 UTC

svn commit: r688568 - /maven/scm/trunk/pom.xml

Author: bentmann
Date: Sun Aug 24 14:54:20 2008
New Revision: 688568

URL: http://svn.apache.org/viewvc?rev=688568&view=rev
Log:
o Fixed SCM URLs

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=688568&r1=688567&r2=688568&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Sun Aug 24 14:54:20 2008
@@ -89,8 +89,8 @@
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/scm/trunk</connection>
-    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/maven/scm/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/scm</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/scm/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/scm/</url>
   </scm>
   <issueManagement>
     <system>jira</system>