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 2021/12/23 08:39:04 UTC

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

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 dc27b19  SLING-11024 Update Karaf to 4.3.5
dc27b19 is described below

commit dc27b199b4aab6e0c81a06560ae31f63262b8671
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Dec 22 10:46:04 2021 +0100

    SLING-11024 Update Karaf to 4.3.5
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index b01e358..bdd2f29 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.3.4</version>
+        <version>4.3.5</version>
         <extensions>true</extensions>
         <executions>
           <execution>
@@ -228,13 +228,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.3.4</version>
+      <version>4.3.5</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.3.4</version>
+      <version>4.3.5</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -242,7 +242,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>enterprise</artifactId>
-      <version>4.3.4</version>
+      <version>4.3.5</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -250,7 +250,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>specs</artifactId>
-      <version>4.3.4</version>
+      <version>4.3.5</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>