Update pom version, fix scm urls
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@560213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab308f04de
commit
efb5f7c959
6
pom.xml
6
pom.xml
|
@ -22,7 +22,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-parent</artifactId>
|
<artifactId>commons-parent</artifactId>
|
||||||
<version>1</version>
|
<version>3</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>commons-collections</groupId>
|
<groupId>commons-collections</groupId>
|
||||||
|
@ -41,8 +41,8 @@
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk</connection>
|
<connection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk</connection>
|
||||||
<developerConnection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk</developerConnection>
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk</developerConnection>
|
||||||
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/collections/trunk</url>
|
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/collections/trunk</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue