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-features.git

commit 472563d5bf007fadfa4d7f7233f51218cebefa13
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Mar 4 20:37:13 2018 +0100

    SLING-7532 Replace feature sling-launchpad-content by sling-starter-content
---
 src/main/feature/feature.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 1ea6f8b..1e07895 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -384,14 +384,6 @@
     <bundle 
dependency="true">mvn:org.apache.sling/org.apache.sling.repoinit.parser/1.2.2</bundle>
     <bundle 
dependency="true">mvn:org.apache.sling/org.apache.sling.provisioning.model/1.8.4</bundle>
   </feature>
-  <!-- Apache Sling Launchpad -->
-  <feature name="sling-launchpad-content" version="${project.version}">
-    
<bundle>mvn:org.apache.sling/org.apache.sling.launchpad.content/2.0.13-SNAPSHOT</bundle>
-    <!-- dependencies -->
-    <feature version="${project.version}">sling</feature>
-    <feature version="${project.version}">sling-auth-form</feature>
-    <feature version="${project.version}">composum</feature>
-  </feature>
   <!-- Apache Sling NoSQL -->
   <feature name="sling-nosql-generic" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.nosql.generic/1.1.0</bundle>
@@ -554,6 +546,14 @@
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-xss</feature>
   </feature>
+  <!-- Apache Sling Starter -->
+  <feature name="sling-starter-content" version="${project.version}">
+    
<bundle>mvn:org.apache.sling/org.apache.sling.starter.content/1.0.0-SNAPSHOT</bundle>
+    <!-- dependencies -->
+    <feature version="${project.version}">sling</feature>
+    <feature version="${project.version}">sling-auth-form</feature>
+    <feature version="${project.version}">composum</feature>
+  </feature>
   <!-- Apache Jackrabbit -->
   <feature name="jackrabbit" version="${project.version}">
     
<bundle>mvn:org.apache.jackrabbit/jackrabbit-api/${org.apache.jackrabbit.version}</bundle>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to