You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/10/24 18:01:20 UTC

commons-pool git commit: Prepare release 2.4.3.

Repository: commons-pool
Updated Branches:
  refs/heads/master 05640f55c -> 47f1fe7a5


Prepare release 2.4.3.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/47f1fe7a
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/47f1fe7a
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/47f1fe7a

Branch: refs/heads/master
Commit: 47f1fe7a5540992cbeee0dd63a90f7e04e97398b
Parents: 05640f5
Author: Gary Gregory <gg...@apache.org>
Authored: Tue Oct 24 12:01:18 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Tue Oct 24 12:01:18 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/47f1fe7a/pool-RC.sh
----------------------------------------------------------------------
diff --git a/pool-RC.sh b/pool-RC.sh
index e7442d1..3b37fbc 100755
--- a/pool-RC.sh
+++ b/pool-RC.sh
@@ -28,7 +28,7 @@
 # $Revision$ $Date$
 # -----------------------------------------------------------------------------
 # Set script variables
-version=2.4.2
+version=2.4.3
 repo_path=~/.m2/repository/org/apache/commons/commons-pool2/${version}
 release_path=~/pool-rc  #checkout of https://dist.apache.org/repos/dist/dev/commons/pool
 #

http://git-wip-us.apache.org/repos/asf/commons-pool/blob/47f1fe7a/pool-pre-RC.sh
----------------------------------------------------------------------
diff --git a/pool-pre-RC.sh b/pool-pre-RC.sh
index 2087e97..26b68a8 100755
--- a/pool-pre-RC.sh
+++ b/pool-pre-RC.sh
@@ -25,6 +25,6 @@
 #
 # $Revision$ $Date$
 # ----------------------------------------------------------------------------
-version=2.4.2
+version=2.4.3
 mvn changes:announcement-generate -Prelease-notes -Dchanges.version=${version}
-mvn commons:download-page -Dcommons.componentid=pool  -Dcommons.release.version=${version}
+mvn commons:download-page -Dcommons.componentid=pool -Dcommons.release.version=${version}

http://git-wip-us.apache.org/repos/asf/commons-pool/blob/47f1fe7a/pool-release.sh
----------------------------------------------------------------------
diff --git a/pool-release.sh b/pool-release.sh
index cffa0ad..7ccf1c4 100755
--- a/pool-release.sh
+++ b/pool-release.sh
@@ -31,8 +31,8 @@
 # $Revision$ $Date$
 # -----------------------------------------------------------------------------
 # Set script variables
-version=2.4.2        # version being released
-last_version=2.4.1   # previous version, will be replaced in README.html
+version=2.4.3        # version being released
+last_version=2.4.2   # previous version, will be replaced in README.html
 rc_path=~/pool-rc  # checkout of https://dist.apache.org/repos/dist/dev/commons/pool
 release_path=~/pool-release #https://dist.apache.org/repos/dist/release/commons/pool
 #