Repository: commons-pool Updated Branches: refs/heads/release 2b5490d36 -> 87c5dc14a
[POOL-345] Update optional library cglib from 3.2.6 to 3.2.7. Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/2b9893cb Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/2b9893cb Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/2b9893cb Branch: refs/heads/release Commit: 2b9893cbe2eb62b92acb9feae606067e332e89c0 Parents: 2b5490d Author: Gary Gregory <garydgreg...@gmail.com> Authored: Fri Jul 6 18:45:11 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Fri Jul 6 18:45:11 2018 -0600 ---------------------------------------------------------------------- pom.xml | 4 ++-- src/changes/changes.xml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-pool/blob/2b9893cb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e2078a2..255f923 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-pool2</artifactId> - <version>2.6.0</version> + <version>2.6.1-SNAPSHOT</version> <name>Apache Commons Pool</name> <inceptionYear>2001</inceptionYear> @@ -127,7 +127,7 @@ <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> - <version>3.2.6</version> + <version>3.2.7</version> <optional>true</optional> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/commons-pool/blob/2b9893cb/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 419feef..3f29ad9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,6 +43,11 @@ 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."> + <action dev="ggregory" issue="POOL-345" type="update"> + Update optional library cglib from 3.2.6 to 3.2.7. + </action> + </release> <release version="2.6.0" date="2018-07-06" description="This is a maintenance release."> <action dev="ggregory" issue="POOL-336" type="update" due-to="Wolfgang Glas"> GenericObjectPool's borrowObject lock if create() fails with Error.