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 2022/10/24 08:07:01 UTC

[sling-org-apache-sling-karaf-distribution] 01/03: SLING-11215 Upgrade Karaf to 4.4

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 cc57980c48db05bb77d013cc662622f605597cfc
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Oct 24 08:31:36 2022 +0200

    SLING-11215 Upgrade Karaf to 4.4
    
    use Karaf 4.4.2
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7784eb7..3f77645 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
       <plugin>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>karaf-maven-plugin</artifactId>
-        <version>4.4.1</version>
+        <version>4.4.2</version>
         <extensions>true</extensions>
         <executions>
           <execution>
@@ -227,13 +227,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.4.1</version>
+      <version>4.4.2</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.4.1</version>
+      <version>4.4.2</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -241,7 +241,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>enterprise</artifactId>
-      <version>4.4.1</version>
+      <version>4.4.2</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -249,7 +249,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>specs</artifactId>
-      <version>4.4.1</version>
+      <version>4.4.2</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>