This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/release by this push:
new 9e2d4ac Bump checkstyle from 8.45.1 to 9.0.
9e2d4ac is described below
commit 9e2d4acee9f455908063f9c0acc4a8b6285f0ffd
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 4 15:08:43 2021 -0400
Bump checkstyle from 8.45.1 to 9.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 8 +++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 41ef845..531aba0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
<commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import>
<commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
<commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
- <commons.checkstyle.version>8.45.1</commons.checkstyle.version>
+ <commons.checkstyle.version>9.0</commons.checkstyle.version>
<commons.felix.version>5.1.2</commons.felix.version>
<spotbugs.plugin.version>4.3.0</spotbugs.plugin.version>
<spotbugs.impl.version>4.3.0</spotbugs.impl.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4682ffc..052e18b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,7 +43,13 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons Pool Release Notes</title>
</properties>
<body>
- <release version="2.11.1" date="2021-08-DD" description="This is a
maintenance release (Java 8).">
+ <release version="2.11.2" date="2021-MM-DD" description="This is a
maintenance release (Java 8).">
+ <!-- UPDATES -->
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ Bump checkstyle from 8.45.1 to 9.0.
+ </action>
+ </release>
+ <release version="2.11.1" date="2021-08-14" description="This is a
maintenance release (Java 8).">
<!-- FIXES -->
<action dev="ggregory" type="fix" due-to="Gary Gregory">
Getting a PooledObject's active duration returns a negative duration
when the object is borrowed but not returned. Affects: