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 6a4e75360f0ecebb64492ad7bb8b60077a5ce1af Author: David Bosschaert <[email protected]> AuthorDate: Fri Aug 20 10:09:32 2021 +0100 Revert to parent 43 because of javadoc issues --- pom.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 4e79ae0..c909336 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>44</version> + <version>43</version> <relativePath /> </parent> @@ -30,12 +30,7 @@ <properties> <jdk.version>8</jdk.version> - <!-- - 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> + <project.build.outputTimestamp>1</project.build.outputTimestamp> </properties> <build>
