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:
parent
cf9ba2c87d
commit
070b3fa13d
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue