This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f5860d  Fix javadoc generation related to reproducible build
6f5860d is described below

commit 6f5860d7fc42c44622db4c9fef5c17b760e0a784
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 958d6af..7b2495f 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>

Reply via email to