Author: brett
Date: Sun Aug  5 14:59:36 2007
New Revision: 562975

URL: http://svn.apache.org/viewvc?view=rev&rev=562975
Log:
don't need to use SSL for a read-only connection

Modified:
    commons/proper/dbcp/trunk/pom.xml
    commons/proper/math/trunk/pom.xml

Modified: commons/proper/dbcp/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?view=diff&rev=562975&r1=562974&r2=562975
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Sun Aug  5 14:59:36 2007
@@ -40,7 +40,7 @@
   </issueManagement>
 
   <scm>
-    
<connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/dbcp/trunk</connection>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/dbcp/trunk</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/dbcp/trunk</developerConnection>
     <url>http://svn.apache.org/viewvc/commons/proper/dbcp/trunk</url>
   </scm>

Modified: commons/proper/math/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?view=diff&rev=562975&r1=562974&r2=562975
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sun Aug  5 14:59:36 2007
@@ -41,7 +41,7 @@
   </issueManagement>
 
   <scm>
-    
<connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/math/trunk</connection>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/math/trunk</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/math/trunk</developerConnection>
     <url>http://svn.apache.org/viewvc/commons/proper/math/trunk</url>
   </scm>


Reply via email to