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/21 19:23:39 UTC

[sling-org-apache-sling-starter] branch master updated: Update to o.a.s.scripting.sightly.repl 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 54e0c5f  Update to o.a.s.scripting.sightly.repl 1.0.10
54e0c5f is described below

commit 54e0c5f37e73acc76c2ff4b58eb196b40aa2071d
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Dec 21 20:03:06 2021 +0200

    Update to o.a.s.scripting.sightly.repl 1.0.10
---
 src/main/features/app/htl_repl.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/features/app/htl_repl.json b/src/main/features/app/htl_repl.json
index 0f102f2..fad818e 100644
--- a/src/main/features/app/htl_repl.json
+++ b/src/main/features/app/htl_repl.json
@@ -1,7 +1,7 @@
 {
     "bundles": [
         {
-            "id":"org.apache.sling:org.apache.sling.scripting.sightly.repl:1.0.6",
+            "id":"org.apache.sling:org.apache.sling.scripting.sightly.repl:1.0.10",
             "start-order":"20"
         }
     ]