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/09/30 01:10:39 UTC

[sling-org-apache-sling-starter] branch master updated: switch to released artifacts

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 9059bac  switch to released artifacts
9059bac is described below

commit 9059bacf2828a28ebac7498e48449f8d7e897069
Author: Eric Norman <en...@apache.org>
AuthorDate: Thu Sep 29 18:10:25 2022 -0700

    switch to released artifacts
    
    Engine 2.12.0, Auth Core 1.6.0, JUnit Scriptable Tests Provider 1.0.14
---
 src/main/features/base.json       | 4 ++--
 src/main/features/test/junit.json | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/features/base.json b/src/main/features/base.json
index 4c987f4..cdee581 100644
--- a/src/main/features/base.json
+++ b/src/main/features/base.json
@@ -75,7 +75,7 @@
             "start-order":"15"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.engine:2.11.0",
+            "id":"org.apache.sling:org.apache.sling.engine:2.12.0",
             "start-order":"20"
         },
         {
@@ -179,7 +179,7 @@
             "start-order":"5"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.auth.core:1.5.6",
+            "id":"org.apache.sling:org.apache.sling.auth.core:1.6.0",
             "start-order":"5"
         },
         {
diff --git a/src/main/features/test/junit.json b/src/main/features/test/junit.json
index ede79bb..47c325c 100644
--- a/src/main/features/test/junit.json
+++ b/src/main/features/test/junit.json
@@ -10,7 +10,7 @@
       "start-order": "25"
     },
     {
-      "id": "org.apache.sling:org.apache.sling.junit.scriptable:1.0.12",
+      "id": "org.apache.sling:org.apache.sling.junit.scriptable:1.0.14",
       "start-order": "25"
     }
   ],