You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ja...@apache.org on 2006/11/07 23:18:31 UTC

svn commit: r472303 - /incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml

Author: janne
Date: Tue Nov  7 14:18:30 2006
New Revision: 472303

URL: http://svn.apache.org/viewvc?view=rev&rev=472303
Log:
do not use https for non-devel svn access

Modified:
    incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml

Modified: incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml?view=diff&rev=472303&r1=472302&r2=472303
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml Tue Nov  7 14:18:30 2006
@@ -30,7 +30,7 @@
 	</issueManagement>
 
 	<scm>
-		<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x</connection>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x</connection>
 		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x</developerConnection>
 		<url>http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x</url>
 	</scm>