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 2021/12/16 21:45:55 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated (e9240e5 -> fbc4196)

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

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


    from e9240e5  SLING-10367 Update Karaf to 4.3.3
     new 17ed2ce  SLING-11011 Update to Sling (Bundle) Parent 46
     new fbc4196  SLING-8473 Provide Sling CMS features

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

[sling-org-apache-sling-karaf-distribution] 01/02: SLING-11011 Update to Sling (Bundle) Parent 46

Posted by ol...@apache.org.
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

commit 17ed2ce23dbd1d651639ea61c9c1f3b1d5ab1303
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Dec 15 20:01:28 2021 +0100

    SLING-11011 Update to Sling (Bundle) Parent 46
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 98a0da7..289ee99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>45</version>
+    <version>46</version>
     <relativePath/>
   </parent>
 

[sling-org-apache-sling-karaf-distribution] 02/02: SLING-8473 Provide Sling CMS features

Posted by ol...@apache.org.
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

commit fbc419665854009d719b46f539e15028dd36de53
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Dec 16 22:43:09 2021 +0100

    SLING-8473 Provide Sling CMS features
    
    drop Sling CMS until compatible with latest Sling releases
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 289ee99..3cfe024 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,12 +171,6 @@
             <!-- Apache Tika -->
             <feature>tika</feature>
             <!-- Apache Sling Applications and Samples -->
-            <feature>sling-cms</feature>
-            <feature>sling-cms-login</feature>
-            <feature>sling-cms-reference</feature>
-            <feature>sling-cms-author</feature>
-            <feature>sling-cms-renderer</feature>
-            <feature>sling-cms-standalone</feature>
             <!-- Composum -->
             <feature>composum-nodes</feature>
             <!-- Thymeleaf -->