Changed the scm connection scheme to http (no s).

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@567510 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2007-08-19 23:43:05 +00:00
parent cf9ba2c87d
commit 070b3fa13d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
</issueManagement> </issueManagement>
<scm> <scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/lang/trunk</connection> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/lang/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/lang/trunk</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/lang/trunk</developerConnection>
<url>http://svn.apache.org/viewvc/commons/proper/lang/trunk</url> <url>http://svn.apache.org/viewvc/commons/proper/lang/trunk</url>
</scm> </scm>