Author: brett
Date: Wed Jun 13 21:27:34 2007
New Revision: 547113

URL: http://svn.apache.org/viewvc?view=rev&rev=547113
Log:
conn need not SSL

Modified:
    maven/components/branches/maven-2.0.x/pom.xml

Modified: maven/components/branches/maven-2.0.x/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/pom.xml?view=diff&rev=547113&r1=547112&r2=547113
==============================================================================
--- maven/components/branches/maven-2.0.x/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/pom.xml Wed Jun 13 21:27:34 2007
@@ -50,7 +50,7 @@
     </mailingList>
   </mailingLists>
   <scm>
-    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x</connection>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x</developerConnection>
     
<url>https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x</url>
   </scm>


Reply via email to