Repository: commons-dbcp
Updated Branches:
  refs/heads/release [created] 94cc36101


Prepare for 2.3.0 release.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/94cc3610
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/94cc3610
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/94cc3610

Branch: refs/heads/release
Commit: 94cc36101ead3a5602efb19800c7262258927d93
Parents: b7c4735
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Tue May 8 08:46:10 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Tue May 8 08:46:10 2018 -0600

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/94cc3610/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0e2a120..dae81b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-dbcp2</artifactId>
-  <version>2.3.0-SNAPSHOT</version>
+  <version>2.3.0</version>
   <name>Apache Commons DBCP</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -225,6 +225,7 @@
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/dbcp/</commons.distSvnStagingUrl>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.componentid>dbcp2</commons.componentid>
+    <commons.rc.version>RC1</commons.rc.version>
     <commons.module.name>org.apache.commons.dbcp2</commons.module.name>
     <commons.release.version>2.3.0</commons.release.version>
     <commons.release.desc>for JDBC 4.1 (Java 7.0+)</commons.release.desc>

Reply via email to