Update to commons-collections 2.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113705 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-07-25 01:24:52 +00:00
parent b3d969c599
commit 537e968ce9
5 changed files with 16 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-struts-plugin</id>
<name>Maven Struts Plugin</name>
<currentVersion>1.1</currentVersion>
<currentVersion>1.2-SNAPSHOT</currentVersion>
<description/>
<shortDescription>Java Project Management Tools</shortDescription>
<url>http://maven.apache.org/reference/plugins/struts/</url>
@@ -33,7 +33,7 @@
</dependency>
<dependency>
<id>commons-collections</id>
<version>2.0</version>
<version>2.1</version>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>