This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch release/10.3.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/release/10.3.0 by this push:
new b88ee2c Update the `project.build.outputTimestamp` property
b88ee2c is described below
commit b88ee2c7e410bb4d43903c6f12176d5da50deeb7
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Nov 6 09:36:02 2023 +0000
Update the `project.build.outputTimestamp` property
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ead6281..0769821 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>2023-10-26T09:50:45Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-11-06T09:36:02Z</project.build.outputTimestamp>
<!-- `project.build.outputTimestamp` is required to be present for
reproducible builds.
We actually inherit one from the `org.apache:apache` parent.
@@ -163,7 +163,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>2023-10-26T08:29:15Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-11-06T09:36:02Z</project.build.outputTimestamp>
<!-- target Java 8 -->
<maven.compiler.source>8</maven.compiler.source>