You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/09/30 21:21:41 UTC

cvs commit: jakarta-commons/dbcp project.xml

dirkv       2003/09/30 12:21:41

  Modified:    dbcp     project.xml
  Log:
  release 1.1-RC1
  
  Revision  Changes    Path
  1.15      +8 -3      jakarta-commons/dbcp/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	26 Sep 2003 16:08:14 -0000	1.14
  +++ project.xml	30 Sep 2003 19:21:41 -0000	1.15
  @@ -1,10 +1,10 @@
   <?xml version="1.0"?>
   <project>
     <extend>../project.xml</extend>
  -  <name>dbcp</name>
  +  <name>Commons DBCP</name>
     <id>commons-dbcp</id>
     <logo></logo>
  -  <currentVersion>2.0-dev</currentVersion>
  +  <currentVersion>1.1-RC1</currentVersion>
     <inceptionYear>2001</inceptionYear>
     <shortDescription>Commons Database Connection Pooling</shortDescription>
     <description>
  @@ -17,6 +17,11 @@
         <name>1.0</name>
         <tag>DBCP_1_0</tag>
       </version>
  +    <version>
  +      <id>1.1-RC1</id>
  +      <name>1.1-RC1</name>
  +      <tag>DBCP_1_1_RC1</tag>
  +    </version>
     </versions>
     <branches>
     </branches>
  @@ -80,7 +85,7 @@
       </dependency>
       <dependency>
         <id>commons-pool</id>
  -      <version>SNAPSHOT</version>
  +      <version>1.1-RC1</version>
       </dependency>
       <dependency>
         <id>jdbc</id>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org