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 2022/06/23 11:37:56 UTC

[sling-org-apache-sling-scripting-groovy] 03/05: SLING-11406 Update to Sling Bundle Parent 48

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-scripting-groovy.git

commit 7e1db68c81e0384f91421b808cb08db3b82f2de5
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Jun 23 13:32:51 2022 +0200

    SLING-11406 Update to Sling Bundle Parent 48
---
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5e3158a..c1dc7d1 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>48</version>
     <relativePath />
   </parent>
 
@@ -35,9 +35,6 @@
   <description>Support for scripting with Groovy</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>
     <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
     <groovy.version>3.0.1</groovy.version>
   </properties>