dion 2003/07/24 18:24:52
Modified: src/plugins-build/plexus/xdocs changes.xml
src/plugins-build/runner/xdocs changes.xml
src/plugins-build/struts project.xml
src/plugins-build/plexus project.xml
src/plugins-build/summit/xdocs changes.xml
src/plugins-build/runner project.xml
src/plugins-build/summit project.xml
Log:
Update to commons-collections 2.1
Revision Changes Path
1.2 +5 -0 maven/src/plugins-build/plexus/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/plexus/xdocs/changes.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- changes.xml 24 Jan 2003 03:45:50 -0000 1.1
+++ changes.xml 25 Jul 2003 01:24:50 -0000 1.2
@@ -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
1.2 +5 -0 maven/src/plugins-build/runner/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/runner/xdocs/changes.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- changes.xml 5 May 2003 15:07:20 -0000 1.1
+++ changes.xml 25 Jul 2003 01:24:51 -0000 1.2
@@ -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
1.14 +2 -2 maven/src/plugins-build/struts/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/struts/project.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- project.xml 24 Jul 2003 11:31:39 -0000 1.13
+++ project.xml 25 Jul 2003 01:24:51 -0000 1.14
@@ -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>
1.18 +2 -2 maven/src/plugins-build/plexus/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/plexus/project.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- project.xml 24 Jul 2003 11:31:40 -0000 1.17
+++ project.xml 25 Jul 2003 01:24:51 -0000 1.18
@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-plexus-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>
1.2 +5 -0 maven/src/plugins-build/summit/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/summit/xdocs/changes.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- changes.xml 24 Jan 2003 03:45:11 -0000 1.1
+++ changes.xml 25 Jul 2003 01:24:51 -0000 1.2
@@ -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
1.5 +2 -2 maven/src/plugins-build/runner/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/runner/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.xml 24 Jul 2003 11:31:40 -0000 1.4
+++ project.xml 25 Jul 2003 01:24:52 -0000 1.5
@@ -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>
1.15 +2 -2 maven/src/plugins-build/summit/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/summit/project.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- project.xml 24 Jul 2003 11:31:39 -0000 1.14
+++ project.xml 25 Jul 2003 01:24:52 -0000 1.15
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]