rwaldhoff 2002/10/31 13:00:25
Modified: pool build.xml project.xml
Log:
due to not-backwards compatiable changes, this must be 2.0 dev, not 1.1 dev
Revision Changes Path
1.19 +2 -2 jakarta-commons/pool/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/pool/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 31 Oct 2002 16:14:06 -0000 1.18
+++ build.xml 31 Oct 2002 21:00:25 -0000 1.19
@@ -55,7 +55,7 @@
<property name="Name-Long" value="Jakarta Commons Object Pooling Package"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.1-dev"/>
+ <property name="component.version" value="2.0-dev"/>
<property name="test.entry" value="org.apache.commons.pool.TestAll"/>
<property name="test.failonerror" value="true" />
1.8 +1 -1 jakarta-commons/pool/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/pool/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.xml 30 Oct 2002 23:01:43 -0000 1.7
+++ project.xml 31 Oct 2002 21:00:25 -0000 1.8
@@ -4,7 +4,7 @@
<extend>../project.xml</extend>
<name>Pool</name>
<id>commons-pool</id>
- <currentVersion>1.1-dev</currentVersion>
+ <currentVersion>2.0-dev</currentVersion>
<inceptionYear>2001</inceptionYear>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<shortDescription>Commons Object Pooling Library</shortDescription>
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>