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/05/07 21:06:10 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated: SLING-10292 Update Karaf to 4.3.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 7033061  SLING-10292 Update Karaf to 4.3.2
7033061 is described below

commit 7033061f8a533bc0929e4e2542c16697df4d0bd4
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri May 7 21:59:40 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 3f51756..19185e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
       <plugin>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>karaf-maven-plugin</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <extensions>true</extensions>
         <executions>
           <execution>
@@ -235,13 +235,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.3.1</version>
+      <version>4.3.2-SNAPSHOT</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.3.1</version>
+      <version>4.3.2-SNAPSHOT</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -249,7 +249,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>enterprise</artifactId>
-      <version>4.3.1</version>
+      <version>4.3.2-SNAPSHOT</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>