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:
parent
16cd754b19
commit
c0b4da26f6
|
@ -16,7 +16,8 @@
|
||||||
-->
|
-->
|
||||||
<project>
|
<project>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>commons-collections</id>
|
<groupId>commons-collections</groupId>
|
||||||
|
<artifactId>commons-collections</artifactId>
|
||||||
<currentVersion>3.2-dev</currentVersion>
|
<currentVersion>3.2-dev</currentVersion>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
<name>Collections</name>
|
<name>Collections</name>
|
||||||
|
@ -364,8 +365,12 @@
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<id>junit</id>
|
<groupId>junit</groupId>
|
||||||
|
<artifactId>junit</artifactId>
|
||||||
<version>3.8.1</version>
|
<version>3.8.1</version>
|
||||||
|
<properties>
|
||||||
|
<scope>test</scope>
|
||||||
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue