This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push:
new 147563a Bump org.apache.commons:commons-parent from 98 to 99
147563a is described below
commit 147563ab66348f00e055b69400c0eedca9fa91bd
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 26 07:48:47 2026 -0400
Bump org.apache.commons:commons-parent from 98 to 99
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 75cd025..c2973a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>98</version>
+ <version>99</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-logging</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 33a5c03..98475a5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,7 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Stanimir Stamenkov, Gary
Gregory">Fix broken URLs in website links.</action>
<!-- ADD -->
<!-- UPDATE -->
- <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 98.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 99.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory,
Dependabot">Bump log4j2.version from 2.25.3 to 2.25.4.</action>
</release>
<release version="1.3.6" date="2026-03-04" description="This is a feature
and maintenance release. Java 8 or later is required.">