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 2020/02/23 00:45:39 UTC

[sling-org-apache-sling-karaf-distribution] 02/02: SLING-8888 Upgrade Karaf to 4.3.0

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 5cb8738277f09405cb08d7e0279e76e8fee689f4
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Jan 30 20:51:07 2020 +0100

    SLING-8888 Upgrade Karaf to 4.3.0
    
    Use Karaf 4.3.0.RC1
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f709258..557e674 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,13 +47,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.2.6</version>
+      <version>4.3.0.RC1</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.2.6</version>
+      <version>4.3.0.RC1</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>enterprise</artifactId>
-      <version>4.2.6</version>
+      <version>4.3.0.RC1</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -400,7 +400,7 @@
       <plugin>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>karaf-maven-plugin</artifactId>
-        <version>4.2.6</version>
+        <version>4.3.0.RC1</version>
         <extensions>true</extensions>
         <executions>
           <execution>