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-commons-content-processing.git
commit 51e0fe2e0e959bafb3de6e75a8cbe475c1b4c8b6 Author: Oliver Lietz <[email protected]> AuthorDate: Sat Jul 17 21:52:25 2021 +0200 SLING-10631 Update to Sling Bundle Parent 43 --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8182b61..e1f2e80 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>39</version> + <version>43</version> <relativePath /> </parent> @@ -35,8 +35,6 @@ <description>Apache Sling Commons Content Processing</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> </properties>
