This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
new 3bebc11 Fix javadoc generation related to reproducible build
3bebc11 is described below
commit 3bebc112299b324837aa19fba1d41b3995a77ec7
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Jan 31 18:17:42 2022 +0100
Fix javadoc generation related to reproducible build
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6c44fc7..097693a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
<properties>
<!-- for reproducible builds -->
- <project.build.outputTimestamp>10</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2022-01-31T01:02:00Z</project.build.outputTimestamp>
<activeio-version>3.1.4</activeio-version>
<siteId>activemq-${project.version}</siteId>