You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/08/23 22:29:18 UTC

[sling-org-apache-sling-starter] branch master updated: Switch to API version 2.27.0, JCR Jackrabbit UserManager version 2.2.26

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 950af40  Switch to API version 2.27.0, JCR Jackrabbit UserManager version 2.2.26
950af40 is described below

commit 950af40bd754fd39282012a200b1207dcb73bf2f
Author: Eric Norman <en...@apache.org>
AuthorDate: Tue Aug 23 15:29:07 2022 -0700

    Switch to API version 2.27.0, JCR Jackrabbit UserManager version 2.2.26
---
 src/main/features/base.json         | 2 +-
 src/main/features/oak/oak_base.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/features/base.json b/src/main/features/base.json
index ee86ef2..c7fa705 100644
--- a/src/main/features/base.json
+++ b/src/main/features/base.json
@@ -175,7 +175,7 @@
             "start-order":"5"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.api:2.26.0",
+            "id":"org.apache.sling:org.apache.sling.api:2.27.0",
             "start-order":"5"
         },
         {
diff --git a/src/main/features/oak/oak_base.json b/src/main/features/oak/oak_base.json
index 76f5cc0..70638b4 100644
--- a/src/main/features/oak/oak_base.json
+++ b/src/main/features/oak/oak_base.json
@@ -142,7 +142,7 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.jcr.jackrabbit.usermanager:2.2.24",
+            "id":"org.apache.sling:org.apache.sling.jcr.jackrabbit.usermanager:2.2.26",
             "start-order":"20"
         }
     ],