Repository: commons-pool Updated Branches: refs/heads/release 10c23f3bf -> 3876adf24
Preparing release 2.6.0 RC1. Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/3876adf2 Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/3876adf2 Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/3876adf2 Branch: refs/heads/release Commit: 3876adf247d227a104f4082455c42fafd8fdd8ba Parents: 10c23f3 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Fri Aug 17 09:45:25 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Fri Aug 17 09:45:25 2018 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- src/site/xdoc/index.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-pool/blob/3876adf2/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5f8e1a4..27a62f3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove. <title>Apache Commons Pool Changes</title> </properties> <body> - <release version="2.6.1" date="2018-MM-DD" description="This is a maintenance release."> + <release version="2.6.1" date="2018-08-17" description="This is a maintenance release."> <action dev="ggregory" issue="POOL-345" type="update"> Update optional library cglib from 3.2.6 to 3.2.7. </action> http://git-wip-us.apache.org/repos/asf/commons-pool/blob/3876adf2/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index b256101..23d3592 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -33,6 +33,7 @@ instance tracking and pool monitoring. </p> <ul> + <li>Version 2.6.1 requires Java 7 or above.</li> <li>Version 2.6.0 requires Java 7 or above.</li> <li>Version 2.5.0 requires Java 7 or above.</li> <li>Version 2.0 requires 6 or above.</li>