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

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


The following commit(s) were added to refs/heads/master by this push:
     new be7d34f  SLING-10000 bump to new releases for sling 3.x and jakarta 
migration (#504)
be7d34f is described below

commit be7d34fe00e6dde0c645ed5455648f8d2613bf7e
Author: Eric Norman <[email protected]>
AuthorDate: Fri Sep 12 10:35:12 2025 -0700

    SLING-10000 bump to new releases for sling 3.x and jakarta migration (#504)
---
 src/main/features/app/starter.json  | 2 +-
 src/main/features/base.json         | 6 +++---
 src/main/features/oak/oak_base.json | 4 ++--
 src/main/features/scripting.json    | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/features/app/starter.json 
b/src/main/features/app/starter.json
index baa7c03..3dcc04f 100644
--- a/src/main/features/app/starter.json
+++ b/src/main/features/app/starter.json
@@ -1,7 +1,7 @@
 {
     "bundles": [
         {
-            "id":"org.apache.sling:org.apache.sling.starter.content:1.0.16",
+            "id":"org.apache.sling:org.apache.sling.starter.content:2.0.0",
             "start-order":"20"
         }
     ],
diff --git a/src/main/features/base.json b/src/main/features/base.json
index d7703ec..20d1ca9 100644
--- a/src/main/features/base.json
+++ b/src/main/features/base.json
@@ -107,7 +107,7 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.i18n:2.6.6",
+            "id":"org.apache.sling:org.apache.sling.i18n:3.0.0",
             "start-order":"20"
         },
         {
@@ -119,11 +119,11 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.models.api:1.5.4",
+            "id":"org.apache.sling:org.apache.sling.models.api:2.0.0",
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.models.impl:1.7.8",
+            "id":"org.apache.sling:org.apache.sling.models.impl:2.0.0",
             "start-order":"20"
         },
         {
diff --git a/src/main/features/oak/oak_base.json 
b/src/main/features/oak/oak_base.json
index 9357219..f3c6e9d 100644
--- a/src/main/features/oak/oak_base.json
+++ b/src/main/features/oak/oak_base.json
@@ -134,11 +134,11 @@
             "start-order":"20"
         },
         {
-            
"id":"org.apache.sling:org.apache.sling.jcr.jackrabbit.accessmanager:4.0.2",
+            
"id":"org.apache.sling:org.apache.sling.jcr.jackrabbit.accessmanager:5.0.0",
             "start-order":"20"
         },
         {
-            
"id":"org.apache.sling:org.apache.sling.jcr.jackrabbit.usermanager:2.2.30",
+            
"id":"org.apache.sling:org.apache.sling.jcr.jackrabbit.usermanager:3.0.0",
             "start-order":"20"
         }
     ],
diff --git a/src/main/features/scripting.json b/src/main/features/scripting.json
index 069b2a2..89001c2 100644
--- a/src/main/features/scripting.json
+++ b/src/main/features/scripting.json
@@ -58,7 +58,7 @@
             "start-order":"20"
         },
         {
-            
"id":"org.apache.sling:org.apache.sling.scripting.sightly:1.4.28-1.4.0",
+            
"id":"org.apache.sling:org.apache.sling.scripting.sightly:2.0.0-1.4.0",
             "start-order":"20"
         },
         {

Reply via email to