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
commit 48353a26729afb83e11b304e5426fce8eac77917 Author: ASF Logging Services RM <[email protected]> AuthorDate: Mon Nov 6 09:39:55 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..5490b25 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:31:38Z</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:31:38Z</project.build.outputTimestamp> <!-- target Java 8 --> <maven.compiler.source>8</maven.compiler.source>
