martinc 2004/11/21 17:55:12
Modified: chain project.xml
Log:
Update BeanUtils and Digester versions; remove Collections dependency;
update version number to 1.0-dev in anticipation of a 1.0 release soon.
Revision Changes Path
1.10 +3 -8 jakarta-commons/chain/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/chain/project.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- project.xml 29 Sep 2004 19:18:54 -0000 1.9
+++ project.xml 22 Nov 2004 01:55:12 -0000 1.10
@@ -21,7 +21,7 @@
<logo>/images/chain-logo-white.png</logo>
- <currentVersion>0.2-dev</currentVersion>
+ <currentVersion>1.0-dev</currentVersion>
<inceptionYear>2003</inceptionYear>
<shortDescription>Commons Chain</shortDescription>
<description>An implmentation of the GoF Chain of Responsibility
pattern</description>
@@ -100,17 +100,12 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.6</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>2.1</version>
+ <version>1.7.0</version>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
- <version>1.5</version>
+ <version>1.6</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]