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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 1584340 Merge branch 'master' of https://github.com/apache/commons-logging.git 1584340 is described below commit 1584340eaad56d95a7767529be6d888b09c0ec68 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 11 08:13:35 2025 -0500 Merge branch 'master' of https://github.com/apache/commons-logging.git --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index da4b11e..306c3ab 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +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 is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> <project.build.outputTimestamp>2024-08-19T13:43:35Z</project.build.outputTimestamp> <!-- JaCoCo: Don't make code coverage worse than: --> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>