You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/03/04 19:40:43 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated: SLING-7532 Replace feature sling-launchpad-content by sling-starter-content

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bbe7558  SLING-7532 Replace feature sling-launchpad-content by sling-starter-content
bbe7558 is described below

commit bbe75589876fb73c9fa66d165c06504ca388d040
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 4 20:38:41 2018 +0100

    SLING-7532 Replace feature sling-launchpad-content by sling-starter-content
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5453b01..decbf91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,8 +454,6 @@
             <feature>sling-jcr-compiler</feature>
             <feature>sling-jcr-jackrabbit-security</feature>
             <feature>sling-jcr-repoinit</feature>
-            <!-- Apache Sling Launchpad -->
-            <feature>sling-launchpad-content</feature>
             <!-- Apache Sling NoSQL -->
             <feature>sling-nosql-couchbase</feature>
             <feature>sling-nosql-generic</feature>
@@ -477,6 +475,8 @@
             <feature>sling-scripting-thymeleaf</feature>
             <!-- Apache Sling Servlets -->
             <feature>sling-servlets</feature>
+            <!-- Apache Sling Starter -->
+            <feature>sling-starter-content</feature>
             <!-- Apache Jackrabbit -->
             <feature>jackrabbit</feature>
             <feature>jackrabbit-oak</feature>

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.