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-clam.git
commit 429833b6654dab77f8fa628b50025edb708fd78a Author: Oliver Lietz <[email protected]> AuthorDate: Wed Oct 27 15:46:03 2021 +0200 SLING-10886 Update to Sling Bundle Parent 46 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 19deadb..97f8430 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>43</version> + <version>46</version> <relativePath /> </parent> @@ -35,9 +35,9 @@ <description>Support for scanning Sling's repository data with Clam service</description> <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <sling.java.version>8</sling.java.version> + <javadoc.excludePackageNames/> + <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>
