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/05/22 07:34:48 UTC

[sling-org-apache-sling-karaf-features] branch master updated: SLING-8473 Provide Sling CMS features

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


The following commit(s) were added to refs/heads/master by this push:
     new 4293bbe  SLING-8473 Provide Sling CMS features
4293bbe is described below

commit 4293bbe193cfdd48dca28613ed695b5bfce9aaeb
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat May 22 09:34:25 2021 +0200

    SLING-8473 Provide Sling CMS features
---
 src/main/feature/feature.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 4742b58..0773016 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -727,10 +727,10 @@
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-transformer">classpath:cms/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-transformer.json</config>
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-ugc">classpath:cms/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-ugc.json</config>
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-versionmgr">classpath:cms/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-versionmgr.json</config>
-    <bundle>mvn:org.apache.sling/org.apache.sling.cms.api/1.0.3-SNAPSHOT</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.cms.core/1.0.3-SNAPSHOT</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.cms.transformer/1.0.3-SNAPSHOT</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.cms.ui/1.0.3-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.cms.api/1.0.2</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.cms.core/1.0.2</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.cms.transformer/1.0.2</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.cms.ui/1.0.2</bundle>
     <!-- dependencies -->
     <feature>webconsole</feature>
     <feature version="${project.version}">sling</feature>
@@ -757,13 +757,13 @@
     <bundle>mvn:org.apache.sling/org.apache.sling.fileoptim/0.9.4</bundle>
   </feature>
   <feature name="sling-cms-login" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.cms.login/1.0.3-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.cms.login/1.0.2</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling-auth-form</feature>
   </feature>
   <feature name="sling-cms-reference" version="${project.version}">
     <config external="true" name="org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformerFactory">classpath:cms/reference/org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformerFactory.json</config>
-    <bundle>mvn:org.apache.sling/org.apache.sling.cms.reference/1.0.3-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.cms.reference/1.0.2</bundle>
     <feature version="${project.version}">sling-cms</feature>
   </feature>
   <feature name="sling-cms-author" version="${project.version}">