PR: 16646

Submitted by: Carlos Sanchez
improved dependency information for maven2 users in future releases


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@321112 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-14 13:34:14 +00:00
parent 16cd754b19
commit c0b4da26f6
1 changed files with 7 additions and 2 deletions

View File

@ -16,7 +16,8 @@
-->
<project>
<pomVersion>3</pomVersion>
<id>commons-collections</id>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<currentVersion>3.2-dev</currentVersion>
<inceptionYear>2001</inceptionYear>
<name>Collections</name>
@ -364,8 +365,12 @@
<dependencies>
<dependency>
<id>junit</id>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<properties>
<scope>test</scope>
</properties>
</dependency>
</dependencies>