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 2021/12/14 23:07:25 UTC

[sling-org-apache-sling-starter] branch master updated: Update starter.content to the version 1.0.10

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 182f3ab  Update starter.content to the version 1.0.10
182f3ab is described below

commit 182f3abf05726b097358a236ded5fe5a5724a7c8
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Dec 14 23:53:13 2021 +0100

    Update starter.content to the version 1.0.10
---
 src/main/features/app/htl_repl.json | 2 +-
 src/main/features/app/starter.json  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/features/app/htl_repl.json b/src/main/features/app/htl_repl.json
index 9d7ed91..0f102f2 100644
--- a/src/main/features/app/htl_repl.json
+++ b/src/main/features/app/htl_repl.json
@@ -5,4 +5,4 @@
             "start-order":"20"
         }
     ]
-}
\ No newline at end of file
+}
diff --git a/src/main/features/app/starter.json b/src/main/features/app/starter.json
index 89de216..bdb34aa 100644
--- a/src/main/features/app/starter.json
+++ b/src/main/features/app/starter.json
@@ -1,8 +1,8 @@
 {
     "bundles": [
         {
-            "id":"org.apache.sling:org.apache.sling.starter.content:1.0.8",
+            "id":"org.apache.sling:org.apache.sling.starter.content:1.0.10",
             "start-order":"20"
         }
     ]
-}
\ No newline at end of file
+}