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 ec338d712184a24fb93e5c1425d4e512dad96611 Author: Oliver Lietz <[email protected]> AuthorDate: Fri Apr 3 09:36:43 2020 +0200 SLING-3027 Improve Launchpad Karaf Features update Repoinit --- src/main/feature/feature.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index c3bacae..a8be951 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -398,12 +398,12 @@ <feature version="${project.version}">sling-servlets</feature> </feature> <feature name="sling-jcr-repoinit" version="${project.version}"> - <bundle>mvn:org.apache.sling/org.apache.sling.jcr.repoinit/1.1.22</bundle> + <bundle>mvn:org.apache.sling/org.apache.sling.jcr.repoinit/1.1.24</bundle> <!-- dependencies --> <feature version="${project.version}">sling</feature> <feature version="${project.version}">sling-jcr</feature> <feature version="${project.version}">sling-jcr-jackrabbit-security</feature> - <bundle dependency="true">mvn:org.apache.sling/org.apache.sling.repoinit.parser/1.5.2</bundle> + <bundle dependency="true">mvn:org.apache.sling/org.apache.sling.repoinit.parser/1.6.2</bundle> <bundle dependency="true">mvn:org.apache.sling/org.apache.sling.provisioning.model/1.8.4</bundle> </feature> <!-- Apache Sling Quickstart -->
