Author: psteitz
Date: Tue Jan 29 20:59:50 2008
New Revision: 616619
URL: http://svn.apache.org/viewvc?rev=616619&view=rev
Log:
Updated version to 1.5-SNAPSHOT.
Modified:
commons/proper/pool/trunk/build.xml
commons/proper/pool/trunk/pom.xml
commons/proper/pool/trunk/project.properties
commons/proper/pool/trunk/project.xml
commons/proper/pool/trunk/xdocs/changes.xml
Modified: commons/proper/pool/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=616619&r1=616618&r2=616619&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/trunk/build.xml Tue Jan 29 20:59:50 2008
@@ -40,7 +40,7 @@
<property name="name" value="commons-pool"/>
<property name="title" value="Apache Commons Object Pooling Package"/>
- <property name="version" value="1.4"/>
+ <property name="version" value="1.5-SNAPSHOT"/>
<property name="package" value="org.apache.commons.pool.*"/>
<property name="src.dir" value="${basedir}/src"/>
Modified: commons/proper/pool/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=616619&r1=616618&r2=616619&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Tue Jan 29 20:59:50 2008
@@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
- <version>1.4</version>
+ <version>1.5-SNAPSHOT</version>
<name>Commons Pool</name>
<inceptionYear>2001</inceptionYear>
Modified: commons/proper/pool/trunk/project.properties
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/project.properties?rev=616619&r1=616618&r2=616619&view=diff
==============================================================================
--- commons/proper/pool/trunk/project.properties (original)
+++ commons/proper/pool/trunk/project.properties Tue Jan 29 20:59:50 2008
@@ -60,7 +60,7 @@
maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src
maven.jdiff.new.tag=CURRENT
-maven.jdiff.old.tag=POOL_1_3
+maven.jdiff.old.tag=POOL_1_4
maven.jarResources.basedir=src/java
maven.jar.excludes=**/package.html
Modified: commons/proper/pool/trunk/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/project.xml?rev=616619&r1=616618&r2=616619&view=diff
==============================================================================
--- commons/proper/pool/trunk/project.xml (original)
+++ commons/proper/pool/trunk/project.xml Tue Jan 29 20:59:50 2008
@@ -22,7 +22,7 @@
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<inceptionYear>2001</inceptionYear>
- <currentVersion>1.4</currentVersion>
+ <currentVersion>1.5-SNAPSHOT</currentVersion>
<shortDescription>Commons Object Pooling Library</shortDescription>
<description>Commons Object Pooling Library</description>
<logo>/images/pool-logo-white.png</logo>
Modified: commons/proper/pool/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/xdocs/changes.xml?rev=616619&r1=616618&r2=616619&view=diff
==============================================================================
--- commons/proper/pool/trunk/xdocs/changes.xml (original)
+++ commons/proper/pool/trunk/xdocs/changes.xml Tue Jan 29 20:59:50 2008
@@ -22,7 +22,9 @@
</properties>
<body>
- <release version="1.4" date="2008-01-15" description=
+ <release version="1.5" date="TBD" description="TBD">
+ </release>
+ <release version="1.4" date="2008-01-15" description=
"This is a maintenance release including numerous bug fixes. This release
is source and binary compatible with version 1.3 of commons pool, but
there are some behavior changes introduced to resolve bugs, remove ambiguity