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:
Niall Kegan Pemberton 2007-07-27 12:26:35 +00:00
parent ab308f04de
commit efb5f7c959
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1</version>
<version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-collections</groupId>
@ -41,8 +41,8 @@
</issueManagement>
<scm>
<connection>scm:svn: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>
<connection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk</connection>
<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>
</scm>