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-component-dsl.git

commit 2b8bbddc50749777e0906c49f70ccfb8daf584f9
Author: Raymond Augé <[email protected]>
AuthorDate: Mon Feb 7 10:49:39 2022 -0500

    add project.build.outputTimestamp for reproducible builds
    
    Signed-off-by: Raymond Augé <[email protected]>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e5b7260..b36acc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,7 @@
                <java.build.version>1.8</java.build.version>
                
<maven.compiler.source>${java.build.version}</maven.compiler.source>
                
<maven.compiler.target>${java.build.version}</maven.compiler.target>
+               
<project.build.outputTimestamp>10</project.build.outputTimestamp>
 
                <bnd.version>6.1.0</bnd.version>
        </properties>

Reply via email to