This is an automated email from the ASF dual-hosted git repository. davidb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git
commit 7065b1829bf043b6bcd4f7dfb866dc9a5dda1935 Author: David Bosschaert <[email protected]> AuthorDate: Fri Aug 20 10:08:17 2021 +0100 Workaround for SLING-10672 --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index edb2aa1..4e79ae0 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,12 @@ <properties> <jdk.version>8</jdk.version> - <project.build.outputTimestamp>1</project.build.outputTimestamp> + <!-- + Does not work, see https://issues.apache.org/jira/browse/SLING-10672 + <project.build.outputTimestamp>1</project.build.outputTimestamp> + The temporary workaround is to put a real date in + --> + <project.build.outputTimestamp>1970-01-01T00:00:00Z</project.build.outputTimestamp> </properties> <build>
