You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/06/05 11:42:20 UTC

svn commit: r781967 - in /commons/proper/pool/trunk: build.xml pom.xml xdocs/changes.xml

Author: psteitz
Date: Fri Jun  5 09:42:20 2009
New Revision: 781967

URL: http://svn.apache.org/viewvc?rev=781967&view=rev
Log:
Changed versions back to 1.5-SNAPSHOT.

Modified:
    commons/proper/pool/trunk/build.xml
    commons/proper/pool/trunk/pom.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=781967&r1=781966&r2=781967&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/trunk/build.xml Fri Jun  5 09:42:20 2009
@@ -40,7 +40,7 @@
 
       <property name="name" value="commons-pool"/>
       <property name="title" value="Apache Commons Object Pooling Package"/>
-      <property name="version" value="1.5"/>
+      <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=781967&r1=781966&r2=781967&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Fri Jun  5 09:42:20 2009
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-pool</groupId>
   <artifactId>commons-pool</artifactId>
-  <version>1.5</version>
+  <version>1.5-SNAPSHOT</version>
   <name>Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -133,7 +133,7 @@
     <maven.compile.source>1.3</maven.compile.source>
     <maven.compile.target>1.3</maven.compile.target>
     <commons.componentid>pool</commons.componentid>
-    <commons.release.version>1.5</commons.release.version>
+    <commons.release.version>1.5-SNAPSHOT</commons.release.version>
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>POOL</commons.jira.id>
     <commons.jira.pid>12310488</commons.jira.pid>

Modified: commons/proper/pool/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/xdocs/changes.xml?rev=781967&r1=781966&r2=781967&view=diff
==============================================================================
--- commons/proper/pool/trunk/xdocs/changes.xml (original)
+++ commons/proper/pool/trunk/xdocs/changes.xml Fri Jun  5 09:42:20 2009
@@ -22,7 +22,7 @@
   </properties>
   <body>
 
-  <release version="1.5" date="2009-06-09" description=
+  <release version="1.5-SNAPSHOT" date="2009-06-09" description=
 "This is a maintenance release including several important bug fixes. This release
 is source and binary compatible with versions 1.3 and 1.4 of commons pool. In addition
 to resolving some important concurrency-related bugs (POOL-135, POOL-125, POOL-29