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

sseifert pushed a commit to branch feature/SLING-12360-parent-60
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-jacksonexporter.git

commit 6bde19ef00b8b052a347e90cd01c72c326bdc451
Author: Stefan Seifert <stefanseif...@users.noreply.github.com>
AuthorDate: Mon Jun 24 14:48:19 2024 +0200

    SLING-12360 Update to Parent 60, Java 11 Minimum Version
---
 .sling-module.json | 5 +++++
 pom.xml            | 3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..cfad4d2
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,5 @@
+{
+  "jenkins": {
+    "jdks": [17, 21]
+  }
+}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 11950b6..576c1cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>49</version>
+        <version>60</version>
         <relativePath />
     </parent>
 
@@ -39,7 +39,6 @@
   </scm>
 
     <properties>
-        <sling.java.version>8</sling.java.version>
         
<project.build.outputTimestamp>2023-07-13T09:44:49Z</project.build.outputTimestamp>
     </properties>
 

Reply via email to