You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/03/10 14:10:50 UTC

[sling-org-apache-sling-starter] branch master updated: Update to o.a.s.starter.content 1.0.12

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

rombert 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 f6629f7  Update to o.a.s.starter.content 1.0.12
f6629f7 is described below

commit f6629f7a927788c28b594a17b658c1892af3187c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Mar 10 13:43:55 2022 +0100

    Update to o.a.s.starter.content 1.0.12
---
 src/main/features/app/starter.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/features/app/starter.json b/src/main/features/app/starter.json
index bdb34aa..9c9231f 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.10",
+            "id":"org.apache.sling:org.apache.sling.starter.content:1.0.12",
             "start-order":"20"
         }
     ]