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/04/09 18:41:10 UTC

[sling-org-apache-sling-karaf-features] branch master updated: SLING-7576 Update Composum to 1.8.3

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 60f147f  SLING-7576 Update Composum to 1.8.3
60f147f is described below

commit 60f147fcccfdf429a7fc91e54c59f1ea870acf00
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Apr 9 20:39:28 2018 +0200

    SLING-7576 Update Composum to 1.8.3
---
 src/main/feature/feature.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 3f6e2f6..ca2a133 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -637,11 +637,12 @@
   <!-- Composum -->
   <feature name="composum" version="${project.version}">
     <config external="true" name="org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum</config>
-    <bundle>mvn:com.composum.sling.core/composum-sling-core-commons/1.8.2</bundle>
-    <bundle>mvn:com.composum.sling.core/composum-sling-core-console/1.8.2</bundle>
-    <bundle>mvn:com.composum.sling.core/composum-sling-core-jslibs/1.8.2</bundle>
-    <bundle>mvn:com.composum.sling.core/composum-sling-user-management/1.8.2</bundle>
-    <bundle>mvn:com.composum.sling.core/composum-sling-package-manager/1.8.2</bundle>
+    <bundle>mvn:com.composum.sling.core/composum-sling-core-commons/1.8.3</bundle>
+    <bundle>mvn:com.composum.sling.core/composum-sling-core-config/1.8.3</bundle>
+    <bundle>mvn:com.composum.sling.core/composum-sling-core-console/1.8.3</bundle>
+    <bundle>mvn:com.composum.sling.core/composum-sling-core-jslibs/1.8.3</bundle>
+    <bundle>mvn:com.composum.sling.core/composum-sling-user-management/1.8.3</bundle>
+    <bundle>mvn:com.composum.sling.core/composum-sling-package-manager/1.8.3</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-jcr</feature>

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