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 779877d  Minor - fixing download URL
779877d is described below

commit 779877d6aeeb12e41449cf1a6267dd696a7b2f72
Author: Dan Klco <[email protected]>
AuthorDate: Wed Jun 2 08:47:37 2021 -0400

    Minor - fixing download URL
---
 README.md                       | 2 +-
 vagrant/src/install-slingcms.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 357efe4..35f4a8f 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Try out Sling CMS on [Gitpod](https://www.gitpod.io/) for 
free for up to 50 hour
  * [Releases](docs/releases.md)
  * [Users](docs/users.md)
 
-### [Download Latest 
Version](https://search.maven.org/remotecontent?filepath=org/apache/sling/org.apache.sling.cms.feature/1.0.2/org.apache.sling.cms-1.0.2.jar)
+### [Download Latest 
Version](https://search.maven.org/remotecontent?filepath=org/apache/sling/org.apache.sling.cms.feature/1.0.2/org.apache.sling.cms.feature-1.0.2.jar)
 ### [Report an Issue](https://issues.apache.org/jira)
 
 ## Contributing
diff --git a/vagrant/src/install-slingcms.sh b/vagrant/src/install-slingcms.sh
index ed6e66d..a28c132 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.16.2/org.apache.sling.cms.builder-0.16.2.jar
 --output /opt/slingcms/org.apache.sling.cms.jar
+curl 
https://search.maven.org/remotecontent?filepath=org/apache/sling/org.apache.sling.cms.feature/1.0.2/org.apache.sling.cms.feature-1.0.2.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

Reply via email to