You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2006/03/17 03:28:54 UTC

svn commit: r386509 - /maven/continuum/trunk/pom.xml

Author: brett
Date: Thu Mar 16 18:28:52 2006
New Revision: 386509

URL: http://svn.apache.org/viewcvs?rev=386509&view=rev
Log:
fix connection (don't use SSL)

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=386509&r1=386508&r2=386509&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Thu Mar 16 18:28:52 2006
@@ -97,7 +97,7 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/continuum/trunk/</connection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/continuum/trunk/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/continuum/trunk/</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/maven/continuum/trunk/</url>
   </scm>