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 2019/06/05 15:35:54 UTC

[sling-org-apache-sling-app-cms] branch master updated: Updating docker and vagrant to use 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


The following commit(s) were added to refs/heads/master by this push:
     new 6d122c3  Updating docker and vagrant to use the latest release
6d122c3 is described below

commit 6d122c337efeed67e500f6fecacd050fa46784a1
Author: Dan Klco <dk...@apache.org>
AuthorDate: Wed Jun 5 11:35:43 2019 -0400

    Updating docker and vagrant to use the latest release
---
 docker/Dockerfile   | 2 +-
 vagrant/Vagrantfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 86ca56a..18f0963 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -22,7 +22,7 @@ VOLUME /opt/sling/sling
 
 # Setup Sling CMS
 RUN mkdir -p /opt/sling
-RUN wget -O org.apache.sling.cms.jar https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.cms.builder/0.11.3-SNAPSHOT/org.apache.sling.cms.builder-0.11.3-20181207.040617-10.jar
+RUN wget -O org.apache.sling.cms.jar 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
 ENV JAVA_OPTS -Xmx512m
 ENV SLING_OPTS ''
 
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index ad2f776..4403079 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.11.2/org.apache.sling.cms.builder-0.11.2.jar -O /opt/sling/org.apache.sling.cms.jar
+     wget 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 -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