You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/12/11 19:18:26 UTC

[aries-jax-rs-whiteboard] 02/02: add project.build.outputTimestamp property for reproducible builds expected from Apache parent

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit 5841709b9d1cc83dc0b8bc4dc1a3585e6391e555
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Sat Dec 11 14:00:29 2021 -0500

    add project.build.outputTimestamp property for reproducible builds expected from Apache parent
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 3fa3ab1..d0cf615 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
         <maven.compiler.source>${java.build.version}</maven.compiler.source>
         <maven.compiler.target>${java.build.version}</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.build.outputTimestamp>10</project.build.outputTimestamp>
 
         <assertj.core.version>3.21.0</assertj.core.version>
         <bnd.version>6.1.0</bnd.version>