This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/master by this push:
new 590fe53 Bump commons.checkstyle.version from 8.43 to 8.44.
590fe53 is described below
commit 590fe5377dc12789149a3ed738d2b9aa117fa087
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 27 12:59:09 2021 -0400
Bump commons.checkstyle.version from 8.43 to 8.44.
---
pom.xml | 2 +-
src/changes/changes.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5bcc469..9be08d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,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.43</commons.checkstyle.version>
+ <commons.checkstyle.version>8.44</commons.checkstyle.version>
<commons.felix.version>5.1.2</commons.felix.version>
<spotbugs.plugin.version>4.2.3</spotbugs.plugin.version>
<spotbugs.impl.version>4.2.3</spotbugs.impl.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2368098..70f47b9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,11 +74,12 @@ The <action> type attribute can be add,update,fix,remove.
</action>
<!-- FIXES -->
<action dev="ggregory" type="fix" due-to="Gary Gregory">
- Fix [WARNING] Old version of checkstyle detected. Consider updating to
>= v8.30. Update Checktyle to 8.43.
+ Fix [WARNING] Old version of checkstyle detected. Consider updating to
>= v8.30. Update Checktyle to 8.44.
</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">
Make Duration setters use their respective default values when null.
</action>
+ <!-- UPDATES -->
</release>
<release version="2.10.0" date="2021-05-28" description="This is a feature
release (Java 8).">
<!-- ADD -->