You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2022/01/07 08:58:06 UTC

[sling-org-apache-sling-starter] branch master updated: Apache Sling Context-Aware Configuration API 1.3.0, Context-Aware Configuration SPI 1.4.0, Context-Aware Configuration Impl 1.6.0, Models Context-Aware Configuration 1.0.0

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-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f81362  Apache Sling Context-Aware Configuration API 1.3.0, Context-Aware Configuration SPI 1.4.0, Context-Aware Configuration Impl 1.6.0, Models Context-Aware Configuration 1.0.0
7f81362 is described below

commit 7f813629aa8c39f85e638ac6a8f29e9b4790d8ed
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Fri Jan 7 09:57:55 2022 +0100

    Apache Sling Context-Aware Configuration API 1.3.0, Context-Aware Configuration SPI 1.4.0, Context-Aware Configuration Impl 1.6.0, Models Context-Aware Configuration 1.0.0
---
 src/main/features/caconfig.json | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/main/features/caconfig.json b/src/main/features/caconfig.json
index 0938359..4715a36 100644
--- a/src/main/features/caconfig.json
+++ b/src/main/features/caconfig.json
@@ -2,15 +2,19 @@
 {
     "bundles":[
         {
-            "id":"org.apache.sling:org.apache.sling.caconfig.api:1.2.0",
+            "id":"org.apache.sling:org.apache.sling.caconfig.api:1.3.0",
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.caconfig.impl:1.5.2",
+            "id":"org.apache.sling:org.apache.sling.caconfig.impl:1.6.0",
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.caconfig.spi:1.3.4",
+            "id":"org.apache.sling:org.apache.sling.caconfig.spi:1.4.0",
+            "start-order":"20"
+        },
+        {
+            "id":"org.apache.sling:org.apache.sling.models.caconfig:1.0.0",
             "start-order":"20"
         }
     ],