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:
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-runner-plugin</id>
|
||||
<name>Maven Plexus Plug-in</name>
|
||||
<currentVersion>0.2</currentVersion>
|
||||
<currentVersion>0.3-SNAPSHOT</currentVersion>
|
||||
<description>Various goals for making development with Plexus easy.</description>
|
||||
<shortDescription>Plexus Tools</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/plexus/</url>
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
<dependency>
|
||||
<id>commons-collections</id>
|
||||
<version>2.0</version>
|
||||
<version>2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-digester</id>
|
||||
|
||||
@@ -6,6 +6,11 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="0.3" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Updated to commons-collections 2.1
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.0" date="2002-08-04">
|
||||
<action dev="jvanzyl" type="add">
|
||||
Original release for Maven 1.0-beta8
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-summit-plugin</id>
|
||||
<name>Maven Summit Plug-in</name>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
||||
<description>Various goals for making development with Plexus easy.</description>
|
||||
<shortDescription>Plexus Tools</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/summit/</url>
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
<dependency>
|
||||
<id>commons-collections</id>
|
||||
<version>2.0</version>
|
||||
<version>2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-digester</id>
|
||||
|
||||
@@ -6,6 +6,11 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Update to commons-collections 2.1
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.0" date="2002-08-04">
|
||||
<action dev="jvanzyl" type="add">
|
||||
Original release for Maven 1.0-beta8
|
||||
|
||||
Reference in New Issue
Block a user