Repository: commons-dbcp
Updated Branches:
  refs/heads/master 68d1bebe0 -> 62f460e7e


Update versions in Linux scripts I do not use for releasing.

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

Branch: refs/heads/master
Commit: 62f460e7ea7e14e631da20d0c7ab75f896ea7097
Parents: 68d1beb
Author: Gary Gregory <[email protected]>
Authored: Sat May 12 12:31:48 2018 -0600
Committer: Gary Gregory <[email protected]>
Committed: Sat May 12 12:31:48 2018 -0600

----------------------------------------------------------------------
 dbcp-RC.sh      | 2 +-
 dbcp-pre-RC.sh  | 2 +-
 dbcp-release.sh | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/62f460e7/dbcp-RC.sh
----------------------------------------------------------------------
diff --git a/dbcp-RC.sh b/dbcp-RC.sh
index 6121b0e..33c34cc 100755
--- a/dbcp-RC.sh
+++ b/dbcp-RC.sh
@@ -28,7 +28,7 @@
 # $Revision$ $Date$
 # -----------------------------------------------------------------------------
 # Set script variables
-version=2.2
+version=2.3.0
 repo_path=~/.m2/repository/org/apache/commons/commons-dbcp2/${version}
 release_path=~/dbcp-rc  #checkout of 
https://dist.apache.org/repos/dist/dev/commons/dbcp
 #

http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/62f460e7/dbcp-pre-RC.sh
----------------------------------------------------------------------
diff --git a/dbcp-pre-RC.sh b/dbcp-pre-RC.sh
index b0e6db3..0d1802c 100755
--- a/dbcp-pre-RC.sh
+++ b/dbcp-pre-RC.sh
@@ -25,6 +25,6 @@
 #
 # $Revision$ $Date$
 # ----------------------------------------------------------------------------
-version=2.2
+version=2.3.0
 mvn changes:announcement-generate -Prelease-notes -Dchanges.version=${version}
 mvn commons:download-page -Dcommons.componentid=dbcp 
-Dcommons.release.version=${version}

http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/62f460e7/dbcp-release.sh
----------------------------------------------------------------------
diff --git a/dbcp-release.sh b/dbcp-release.sh
index 23a337d..cd21dd3 100755
--- a/dbcp-release.sh
+++ b/dbcp-release.sh
@@ -31,8 +31,8 @@
 # $Revision$ $Date$
 # -----------------------------------------------------------------------------
 # Set script variables
-version=2.2        # version being released
-last_version=2.1.1 # previous version, will be replaced in README.html
+version=2.3.0      # version being released
+last_version=2.2.0 # previous version, will be replaced in README.html
 rc_path=~/dbcp-rc  # checkout of 
https://dist.apache.org/repos/dist/dev/commons/dbcp
 release_path=~/dbcp-release 
#https://dist.apache.org/repos/dist/release/commons/dbcp
 #

Reply via email to