This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 86d44557ef Upgrade to Apache POM 35 and set compiler timestamp for
reproducible build (#5744)
86d44557ef is described below
commit 86d44557ef3841e3455ba368395a5ec3a5c22132
Author: JB Onofré <[email protected]>
AuthorDate: Tue Sep 30 09:04:06 2025 +0200
Upgrade to Apache POM 35 and set compiler timestamp for reproducible build
(#5744)
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 83f7598b3e..c88761acd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>33</version>
+ <version>35</version>
</parent>
<groupId>org.apache.hop</groupId>
@@ -146,6 +146,7 @@
<mockito-core.version>5.12.0</mockito-core.version>
<objenesis.version>3.4</objenesis.version>
<org.eclipse.platform.version>3.129.0</org.eclipse.platform.version>
+
<project.build.outputTimestamp>1695310533</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<set-highest-basedir-phase>initialize</set-highest-basedir-phase>