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 2007/12/11 03:47:59 UTC

svn commit: r603129 - /commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml

Author: psteitz
Date: Mon Dec 10 18:47:59 2007
New Revision: 603129

URL: http://svn.apache.org/viewvc?rev=603129&view=rev
Log:
Fixed version number.

Modified:
    commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml

Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml?rev=603129&r1=603128&r2=603129&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml Mon Dec 10 18:47:59 2007
@@ -22,7 +22,7 @@
   <groupId>commons-pool</groupId>
   <artifactId>commons-pool</artifactId>
   <inceptionYear>2001</inceptionYear>
-  <currentVersion>2.0-SNAPSHOT</currentVersion>
+  <currentVersion>1.4-SNAPSHOT</currentVersion>
   <shortDescription>Commons Object Pooling Library</shortDescription>
   <description>Commons Object Pooling Library</description>
   <logo>/images/pool-logo-white.png</logo>
@@ -90,6 +90,11 @@
       <id>1.2</id>
       <name>1.2</name>
       <tag>POOL_1_2</tag>
+    </version>
+    <version>
+      <id>1.3</id>
+      <name>1.3</name>
+      <tag>POOL_1_3</tag>
     </version>
   </versions>