You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2020/09/13 02:25:47 UTC

[sling-org-apache-sling-kickstart] branch master updated: Updated the Composite Node Store Script to the released version

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

andysch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-kickstart.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c13453  Updated the Composite Node Store Script to the released version
5c13453 is described below

commit 5c134531851d8bbad13448306fa02e06388de752
Author: Andreas Schaefer <sc...@iMac.local>
AuthorDate: Sat Sep 12 19:25:32 2020 -0700

    Updated the Composite Node Store Script to the released version
---
 bin/create_seed_fm.sh           | 2 +-
 bin/create_updated_seed_fm.sh   | 4 ++--
 bin/run_composite_fm.sh         | 2 +-
 bin/run_updated_composite_fm.sh | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/create_seed_fm.sh b/bin/create_seed_fm.sh
index b614b9f..10862f4 100755
--- a/bin/create_seed_fm.sh
+++ b/bin/create_seed_fm.sh
@@ -24,7 +24,7 @@ for features in "$@"; do
 done
 
 java -jar \
-    target/org.apache.sling.kickstart-0.0.5-SNAPSHOT.jar \
+    target/org.apache.sling.kickstart-0.0.8.jar \
     -s src/main/resources/composite-nodes/feature-sling12-two-headed.json \
     -af src/main/resources/composite-nodes/feature-two-headed-seed.json \
     ${additionalFeatures} \
diff --git a/bin/create_updated_seed_fm.sh b/bin/create_updated_seed_fm.sh
index fd1fbcf..63b32c6 100755
--- a/bin/create_updated_seed_fm.sh
+++ b/bin/create_updated_seed_fm.sh
@@ -25,11 +25,11 @@ done
 
 if [ "x${additionalFeatures}x" == "xx" ]; then
     echo "For an Update a least one Feature needs to be added"
-    return
+    exit
 fi
 
 java -jar \
-    target/org.apache.sling.kickstart-0.0.5-SNAPSHOT.jar \
+    target/org.apache.sling.kickstart-0.0.8.jar \
     -s src/main/resources/composite-nodes/feature-sling12-two-headed.json \
     -af src/main/resources/composite-nodes/feature-two-headed-seed.json \
     ${additionalFeatures} \
diff --git a/bin/run_composite_fm.sh b/bin/run_composite_fm.sh
index 737e0a0..3c889cd 100755
--- a/bin/run_composite_fm.sh
+++ b/bin/run_composite_fm.sh
@@ -21,7 +21,7 @@ for features in "$@"; do
 done
 
 java -jar \
-    target/org.apache.sling.kickstart-0.0.5-SNAPSHOT.jar \
+    target/org.apache.sling.kickstart-0.0.8.jar \
     -s src/main/resources/composite-nodes/feature-sling12-two-headed.json \
     -af src/main/resources/composite-nodes/feature-two-headed-runtime.json \
     ${additionalFeatures} \
diff --git a/bin/run_updated_composite_fm.sh b/bin/run_updated_composite_fm.sh
index 274a710..d86cb50 100755
--- a/bin/run_updated_composite_fm.sh
+++ b/bin/run_updated_composite_fm.sh
@@ -26,7 +26,7 @@ if [ "x${additionalFeatures}x" == "xx" ]; then
 fi
 
 java -jar \
-    target/org.apache.sling.kickstart-0.0.5-SNAPSHOT.jar \
+    target/org.apache.sling.kickstart-0.0.8.jar \
     -s src/main/resources/composite-nodes/feature-sling12-two-headed.json \
     -af src/main/resources/composite-nodes/feature-two-headed-runtime.json \
     ${additionalFeatures} \