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 adab5b7  Prepare for the next release candidate
adab5b7 is described below

commit adab5b7afd85e03189053422f31fcc3071832d42
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 30 18:13:43 2024 +0000

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

diff --git a/pom.xml b/pom.xml
index 0e346bf..a4ca607 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.3-SNAPSHOT</version>
+  <version>1.3.3</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>
@@ -71,7 +71,7 @@ under the License.
       org.slf4j;version="[1.7, 3)";resolution:=optional,
       org.slf4j.spi;version="[1.7, 3)";resolution:=optional
     </commons.osgi.import>
-    
<project.build.outputTimestamp>2024-05-15T13:18:56Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-06-30T18:08:54Z</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