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 0e8c0d4407b776fd9a7734026bd1a931214d69c7 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Aug 30 22:39:37 2018 +0200 SLING-7874 Update Karaf to 4.2.1 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 94bacc8..c89b31f 100644 --- a/pom.xml +++ b/pom.xml @@ -47,13 +47,13 @@ <dependency> <groupId>org.apache.karaf.features</groupId> <artifactId>framework</artifactId> - <version>4.2.0</version> + <version>4.2.1</version> <type>kar</type> </dependency> <dependency> <groupId>org.apache.karaf.features</groupId> <artifactId>standard</artifactId> - <version>4.2.0</version> + <version>4.2.1</version> <classifier>features</classifier> <type>xml</type> <scope>runtime</scope> @@ -61,7 +61,7 @@ <dependency> <groupId>org.apache.karaf.features</groupId> <artifactId>enterprise</artifactId> - <version>4.2.0</version> + <version>4.2.1</version> <classifier>features</classifier> <type>xml</type> <scope>runtime</scope> @@ -408,7 +408,7 @@ <plugin> <groupId>org.apache.karaf.tooling</groupId> <artifactId>karaf-maven-plugin</artifactId> - <version>4.2.0</version> + <version>4.2.1</version> <extensions>true</extensions> <executions> <execution>
