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-testing-paxexam.git
The following commit(s) were added to refs/heads/master by this push:
new e6fff72 SLING-11236 Update to Sling Bundle Parent 47
e6fff72 is described below
commit e6fff727de8fde5f5eb767647d47431b61eb9b14
Author: Oliver Lietz <[email protected]>
AuthorDate: Wed Mar 30 21:54:11 2022 +0200
SLING-11236 Update to Sling Bundle Parent 47
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 07dba97..c343a8e 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>47</version>
<relativePath />
</parent>
@@ -35,9 +35,9 @@
<description>Test support for use with Pax Exam.</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>