This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 012a8437f1 [MINOR] Remove non-reproducible timestamp from metadata
012a8437f1 is described below
commit 012a8437f13d79842d0d6b24561b77f9a4f1bfce
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue Oct 7 15:43:48 2025 +0200
[MINOR] Remove non-reproducible timestamp from metadata
This commit remove the metadata timestamp from the release
jar files, such that the new release files become reproducible.
Closes #2257
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ea312ca1f1..e0b3f79427 100644
--- a/pom.xml
+++ b/pom.xml
@@ -838,7 +838,6 @@
</descriptors>
<archive>
<manifestEntries>
-
<Build-Time>${maven.build.timestamp}</Build-Time>
<Artifact-Id>${project.artifactId}-extra</Artifact-Id>
<Version>${project.version}</Version>
</manifestEntries>