You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2021/05/25 16:11:00 UTC

[sling-org-apache-sling-starter] branch master updated: releng: updated to latest releases for scripting, servlets.resolver and resourceresolver

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

radu 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 51eaaa3  releng: updated to latest releases for scripting, servlets.resolver and resourceresolver
51eaaa3 is described below

commit 51eaaa3bd652b277a3b53e52aa8f30c0f46aea6b
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue May 25 18:06:52 2021 +0200

    releng: updated to latest releases for scripting, servlets.resolver and resourceresolver
---
 src/main/features/base.json      | 10 +++-------
 src/main/features/scripting.json |  4 ++++
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/features/base.json b/src/main/features/base.json
index 1f31f03..6d32526 100644
--- a/src/main/features/base.json
+++ b/src/main/features/base.json
@@ -98,7 +98,7 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.resourceresolver:1.7.4",
+            "id":"org.apache.sling:org.apache.sling.resourceresolver:1.7.6",
             "start-order":"20"
         },
         {
@@ -114,15 +114,11 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.scripting.spi:1.0.2",
-            "start-order":"20"
-        },
-        {
             "id":"org.apache.sling:org.apache.sling.servlets.resolver:2.7.14",
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.xss:2.2.12",
+            "id":"org.apache.sling:org.apache.sling.xss:2.2.14",
             "start-order":"20"
         },
         {
@@ -174,7 +170,7 @@
             "start-order":"5"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.api:2.23.4",
+            "id":"org.apache.sling:org.apache.sling.api:2.23.6",
             "start-order":"5"
         },
         {
diff --git a/src/main/features/scripting.json b/src/main/features/scripting.json
index 48d04cc..75f17e4 100644
--- a/src/main/features/scripting.json
+++ b/src/main/features/scripting.json
@@ -14,6 +14,10 @@
             "start-order":"20"
         },
         {
+            "id":"org.apache.sling:org.apache.sling.scripting.spi:1.0.2",
+            "start-order":"20"
+        },
+        {
             "id":"org.apache.sling:org.apache.sling.scripting.core:2.3.6",
             "start-order":"20"
         },