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 bde724f4f9a832fe551d563adf693b2238d3b2b4 Author: Oliver Lietz <o...@apache.org> AuthorDate: Sun Mar 6 11:34:03 2022 +0100 SLING-11186 Update Karaf to 4.3.6 --- pom.xml | 2 +- src/main/feature/feature.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8e248dd..253efb9 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ <plugin> <groupId>org.apache.karaf.tooling</groupId> <artifactId>karaf-maven-plugin</artifactId> - <version>4.3.5</version> + <version>4.3.6</version> <extensions>true</extensions> <executions> <execution> diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index 8931e2a..762e829 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -531,7 +531,7 @@ <!-- dependencies --> <feature version="${project.version}">sling</feature> <feature version="${project.version}">sling-scripting</feature> - <feature version="1.3.2">spifly</feature> + <feature>spifly</feature> <bundle dependency="true">mvn:org.codehaus.groovy/groovy/3.0.8</bundle> <bundle dependency="true">mvn:org.codehaus.groovy/groovy-json/3.0.8</bundle> <bundle dependency="true">mvn:org.codehaus.groovy/groovy-templates/3.0.8</bundle>