This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/master by this push:
new 186d9c17 Add property project.build.outputTimestamp for build
reproducibility
new bf5d2062 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-pool.git
186d9c17 is described below
commit 186d9c176cd01c579d1137c1f43fdc21fc730faf
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 9 08:51:44 2024 -0500
Add property project.build.outputTimestamp for build reproducibility
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index c57bc56f..94b7b6f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,6 +182,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<commons.compiler.release>17</commons.compiler.release>