You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/02/03 06:11:43 UTC

[sling-org-apache-sling-app-cms] 02/02: Updating to the latest release

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

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

commit 11d3d1b05c0f276b64584d25ddd59c65525a85c1
Author: Dan Klco <dk...@apache.org>
AuthorDate: Mon Feb 3 01:11:32 2020 -0500

    Updating to the latest release
---
 vagrant/src/install-slingcms.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vagrant/src/install-slingcms.sh b/vagrant/src/install-slingcms.sh
index 849dc60..3e47849 100644
--- a/vagrant/src/install-slingcms.sh
+++ b/vagrant/src/install-slingcms.sh
@@ -29,7 +29,7 @@ adduser sling
 echo "Created Sling user..."
 
 mkdir -p /opt/slingcms
-curl https://search.maven.org/remotecontent?filepath=org/apache/sling/org.apache.sling.cms.builder/0.12.0/org.apache.sling.cms.builder-0.12.0.jar --output /opt/slingcms/org.apache.sling.cms.jar
+curl https://search.maven.org/remotecontent?filepath=org/apache/sling/org.apache.sling.cms.builder/0.14.0/org.apache.sling.cms.builder-0.14.0.jar --output /opt/slingcms/org.apache.sling.cms.jar
 cp /vagrant_data/start.sh /vagrant_data/stop.sh /opt/slingcms
 chmod +x /opt/slingcms/*.sh
 chown -R sling:sling /opt/slingcms
@@ -42,4 +42,4 @@ systemctl start slingcms.service
 echo "Sling CMS service created / started..."
 
 yum clean all
-echo "Sling CMS installation complete!"
\ No newline at end of file
+echo "Sling CMS installation complete!"