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

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

commit 4e483cacc89defe49f8c292e280aa49275a65bcb
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Feb 26 12:08:33 2025 +0100

    SLING-12677 Update to parent 62
---
 .sling-module.json | 5 +++++
 pom.xml            | 9 +++++++--
 2 files changed, 12 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 66cfa09..9bd967b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>49</version>
+        <version>62</version>
         <relativePath />
     </parent>
 
@@ -48,6 +48,11 @@
         <tag>HEAD</tag>
     </scm>
 
+    <properties>
+        <sling.java.version>11</sling.java.version>
+        
<project.build.outputTimestamp>2025-02-26T00:00:00Z</project.build.outputTimestamp>
+    </properties>
+
     <!-- 
======================================================================= -->
     <!-- D E P E N D E N C I E S                                               
  -->
     <!-- 
======================================================================= -->
@@ -75,7 +80,7 @@
         <!-- OSGI -->
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.core</artifactId>
+            <artifactId>org.osgi.framework</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>

Reply via email to