This is an automated email from the ASF dual-hosted git repository.
olli pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-integration-tests.git
The following commit(s) were added to refs/heads/master by this push:
new 485a6d7 SLING-10570 Update to Sling (Bundle) Parent 44
485a6d7 is described below
commit 485a6d70ee2bc4bc8fa8be3faf318b1b18f7e6f9
Author: Oliver Lietz <[email protected]>
AuthorDate: Wed Aug 4 22:40:28 2021 +0200
SLING-10570 Update to Sling (Bundle) Parent 44
add missing project.build.outputTimestamp
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 35f30c0..bc487e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,7 @@
<description>Integration Tests for Apache Sling Karaf</description>
<properties>
+
<project.build.outputTimestamp>1970-01-01T00:00:00Z</project.build.outputTimestamp>
<org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
</properties>