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 <[email protected]> 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 <[email protected]> --- 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>
