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 2023/01/26 16:06:44 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new 8e139fc  SLING-11215 Upgrade Karaf to 4.4
8e139fc is described below

commit 8e139fc69423f5e8ec6c5bf7ed9132249dfa4d91
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jan 25 14:05:07 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index db02deb..1ba2bba 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.2</version>
+        <version>4.4.3</version>
         <extensions>true</extensions>
         <executions>
           <execution>
@@ -223,14 +223,14 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.4.2</version>
+      <version>4.4.3</version>
       <type>kar</type>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.4.2</version>
+      <version>4.4.3</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -238,7 +238,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>enterprise</artifactId>
-      <version>4.4.2</version>
+      <version>4.4.3</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -246,7 +246,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>specs</artifactId>
-      <version>4.4.2</version>
+      <version>4.4.3</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>