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/11/30 18:13:45 UTC

svn commit: r885501 - /commons/proper/dbcp/trunk/pom.xml

Author: psteitz
Date: Mon Nov 30 17:13:44 2009
New Revision: 885501

URL: http://svn.apache.org/viewvc?rev=885501&view=rev
Log:
Prepare for 1.4 release.

Modified:
    commons/proper/dbcp/trunk/pom.xml

Modified: commons/proper/dbcp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=885501&r1=885500&r2=885501&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Mon Nov 30 17:13:44 2009
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-dbcp</groupId>
   <artifactId>commons-dbcp</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.4</version>
   <name>Commons DBCP</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -219,7 +219,7 @@
     <maven.compile.source>1.6</maven.compile.source>
     <maven.compile.target>1.6</maven.compile.target>
     <commons.componentid>dbcp</commons.componentid>
-    <commons.release.version>1.2.2</commons.release.version>
+    <commons.release.version>1.4</commons.release.version>
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>DBCP</commons.jira.id>
     <commons.jira.pid>12310469</commons.jira.pid>