Fixing the user svn url
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@568589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c4253f47d5
commit
436e98dfe7
2
pom.xml
2
pom.xml
|
@ -41,7 +41,7 @@
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection>
|
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection>
|
||||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/trunk</developerConnection>
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/trunk</developerConnection>
|
||||||
<url>http://svn.apache.org/viewvc/commons/proper/collections/trunk</url>
|
<url>http://svn.apache.org/viewvc/commons/proper/collections/trunk</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
Loading…
Reference in New Issue