This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push:
new 29f70408 Add property project.build.outputTimestamp for build
reproducibility
29f70408 is described below
commit 29f7040880bdc03825187fb31b39a02fb4937f7a
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 9 08:51:03 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 f196e9c3..d8e08b6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,6 +187,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>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>pool</commons.componentid>