You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/07/17 19:45:26 UTC

[sling-org-apache-sling-commons-content-analyzing] 01/09: SLING-10627 Update to Sling Bundle Parent 43

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-analyzing.git

commit c33ac0058d3e950cde907d4151e737d11efc5286
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jul 17 21:22:57 2021 +0200

    SLING-10627 Update to Sling Bundle Parent 43
---
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 281bf66..f6c063b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,8 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>39</version>
-    <relativePath />
+    <version>43</version>
+    <relativePath/>
   </parent>
 
   <artifactId>org.apache.sling.commons.content.analyzing</artifactId>
@@ -35,8 +35,6 @@
   <description>Apache Sling Commons Content Analyzing</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>