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

commit e5bcb4576abc13a268faef8cd218efd5a426015b
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 30 16:37:15 2026 -0400

    Bump next version to feature release 1.4.0
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index be2daae..39083df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ under the License.
   <groupId>commons-logging</groupId>
   <artifactId>commons-logging</artifactId>
   <name>Apache Commons Logging</name>
-  <version>1.3.7-SNAPSHOT</version>
+  <version>1.4.0-SNAPSHOT</version>
   <description>Apache Commons Logging is a thin adapter allowing configurable 
bridging to other,
     well-known logging systems.</description>
   <url>https://commons.apache.org/proper/commons-logging/</url>
@@ -43,8 +43,8 @@ under the License.
     
<maven.compiler.target>${commons.logging.javaversion}</maven.compiler.target>
     <commons.componentid>logging</commons.componentid>
     <commons.module.name>org.apache.commons.logging</commons.module.name>
-    <commons.release.version>1.3.7</commons.release.version>
-    <commons.release.next>1.3.8</commons.release.next>
+    <commons.release.version>1.4.0</commons.release.version>
+    <commons.release.next>1.4.1</commons.release.next>
     <commons.bc.version>1.3.6</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.jira.id>LOGGING</commons.jira.id>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3490612..8749fcd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Release Notes</title>
   </properties>
   <body>
-    <release version="1.3.7" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
+    <release version="1.4.0" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
       <action dev="ggregory" type="fix" due-to="Gary Gregory">Use the new 
Apache oak leaf logo.</action>
       <action dev="ggregory" type="fix" due-to="Stanimir Stamenkov, Gary 
Gregory">Fix broken URLs in website links.</action>

Reply via email to