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-logging.git


The following commit(s) were added to refs/heads/release by this push:
     new e08ee18  Prepare for the release candidate 1.3.6 RC2
e08ee18 is described below

commit e08ee18a4c89a4a20faadd7bbc6e82451532e419
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 4 22:59:44 2026 +0000

    Prepare for the release candidate 1.3.6 RC2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fb7b2ff..a2ea5ce 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.6-SNAPSHOT</version>
+  <version>1.3.6</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>
@@ -72,7 +72,7 @@ under the License.
       org.slf4j.spi;version="[1.7, 3)";resolution:=optional
     </commons.osgi.import>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2025-02-08T01:54:41Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-03-04T22:58:15Z</project.build.outputTimestamp>
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
     <commons.jacoco.classRatio>0.42</commons.jacoco.classRatio>

Reply via email to