You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2024/04/12 08:24:49 UTC

(logging-parent) branch release/11.0.0-test2 updated: Update the `project.build.outputTimestamp` property

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch release/11.0.0-test2
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/release/11.0.0-test2 by this push:
     new ec62c0b  Update the `project.build.outputTimestamp` property
ec62c0b is described below

commit ec62c0be594da021476de55377e085f30f1373c0
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Fri Apr 12 08:24:44 2024 +0000

    Update the `project.build.outputTimestamp` property
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7cd40ea..7daace1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
          2. This value is employed in various places while creating the distribution
          To mitigate these, we define a *dummy* value here and let the CI replace it during a release.
          Hence, *DO NOT MANUALLY EDIT THIS VALUE*! -->
-    <project.build.outputTimestamp>2024-01-11T10:10:48Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2024-04-12T08:22:02Z</project.build.outputTimestamp>
 
     <!-- target Java 8 -->
     <maven.compiler.source>8</maven.compiler.source>