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 2018/11/10 19:47:30 UTC

[sling-org-apache-sling-app-cms] branch master updated: Update Vagrantfile

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


The following commit(s) were added to refs/heads/master by this push:
     new 7b34d17  Update Vagrantfile
7b34d17 is described below

commit 7b34d17f03c7cb0952a3f052b46f6f1a5b9ece24
Author: Dan Klco <kl...@users.noreply.github.com>
AuthorDate: Sat Nov 10 14:47:27 2018 -0500

    Update Vagrantfile
    
    Updating to release 0.11.0
---
 vagrant/Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index bf9f94b..81e23bb 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -31,7 +31,7 @@ Vagrant.configure("2") do |config|
      echo "SELinux Disabled..."
 
      mkdir -p /opt/sling
-     wget https://repository.apache.org/content/repositories/releases/org/apache/sling/org.apache.sling.cms.builder/0.10.0/org.apache.sling.cms.builder-0.10.0.jar -O /opt/sling/org.apache.sling.cms.jar
+     wget https://repository.apache.org/content/repositories/releases/org/apache/sling/org.apache.sling.cms.builder/0.11.0/org.apache.sling.cms.builder-0.11.0.jar -O /opt/sling/org.apache.sling.cms.jar
      cp /vagrant_data/start.sh /opt/sling
      cp /vagrant_data/stop.sh /opt/sling
      chmod +x /opt/sling/*.sh