This is an automated email from the ASF dual-hosted git repository.
vy 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 dde47fa Clean up `project.build.outputTimestamp` duplicate
dde47fa is described below
commit dde47fa830f8963af0b9c1239f503fca86361b72
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Nov 6 10:55:23 2023 +0100
Clean up `project.build.outputTimestamp` duplicate
---
pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5490b25..4987c63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,15 +156,6 @@
Hence, *DO NOT MANUALLY EDIT THIS VALUE*! -->
<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.
- Though inheriting this property has two undesired consequences:
- 1. `artifact:compare` dumps an `ERROR` log stating that this
`property should not be inherited but defined` (#50)
- 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-11-06T09:31:38Z</project.build.outputTimestamp>
-
<!-- target Java 8 -->
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>