This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log.git


The following commit(s) were added to refs/heads/master by this push:
     new 8057bf4  SLING-13204 - Update required Java version to 17 (#32)
8057bf4 is described below

commit 8057bf4daaddf7804df5ab903962112aab3fb188
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu May 21 14:53:29 2026 +0200

    SLING-13204 - Update required Java version to 17 (#32)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18e8ff8..5d15724 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.commons.log</artifactId>
-    <version>6.0.5-SNAPSHOT</version>
+    <version>6.1.0-SNAPSHOT</version>
 
     <name>Apache Sling Commons Log</name>
     <description>This bundle provides a logging implementation based on 
Logback.</description>
@@ -45,7 +45,7 @@
         <!-- Higher versions of pax exam cause class loading errors -->
         <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
         
<project.build.outputTimestamp>1771884052</project.build.outputTimestamp>
-        <sling.java.version>11</sling.java.version>
+        <sling.java.version>17</sling.java.version>
     </properties>
     <dependencies>
         <dependency>

Reply via email to