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/12/20 17:10:54 UTC

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

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 9646dcc  SLING-8181 Update Karaf to 4.2.2
9646dcc is described below

commit 9646dcc9b83cd95cac34d9c287b113cad2054e22
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Dec 19 19:52:48 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index b46ddb9..122b7cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,13 +47,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.2.1</version>
+      <version>4.2.2</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.2.1</version>
+      <version>4.2.2</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.1</version>
+      <version>4.2.2</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.1</version>
+        <version>4.2.2</version>
         <extensions>true</extensions>
         <executions>
           <execution>