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/08/10 19:32:26 UTC

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

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 f6ee52e  SLING-10367 Update Karaf to 4.3.3
f6ee52e is described below

commit f6ee52ea3cc6bdeed4ad67d6aa9d4cdf98b006fb
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Aug 10 21:20:25 2021 +0200

    SLING-10367 Update Karaf to 4.3.3
    
    using 4.3.3-SNAPSHOT to validate several fixes
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 586a1b5..a67c85d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
       <plugin>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>karaf-maven-plugin</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <extensions>true</extensions>
         <executions>
           <execution>
@@ -240,13 +240,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.3.2</version>
+      <version>4.3.3-SNAPSHOT</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.3.2</version>
+      <version>4.3.3-SNAPSHOT</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -254,7 +254,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>enterprise</artifactId>
-      <version>4.3.2</version>
+      <version>4.3.3-SNAPSHOT</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>