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 2019/09/02 15:24:40 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated: SLING-8670 Update Karaf to 4.2.6

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


The following commit(s) were added to refs/heads/master by this push:
     new aed1cc1  SLING-8670 Update Karaf to 4.2.6
aed1cc1 is described below

commit aed1cc17fa98faa71e0a257c3930c186b8f20b6c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Sep 2 17:13:17 2019 +0200

    SLING-8670 Update Karaf to 4.2.6
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 72f11e5..56372f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,13 +47,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.2.5</version>
+      <version>4.2.6</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.2.5</version>
+      <version>4.2.6</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.5</version>
+      <version>4.2.6</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -424,7 +424,7 @@
       <plugin>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>karaf-maven-plugin</artifactId>
-        <version>4.2.5</version>
+        <version>4.2.6</version>
         <extensions>true</extensions>
         <executions>
           <execution>