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:46:10 UTC

[sling-org-apache-sling-karaf-features] 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-features.git

commit e4535ea94b828ebbcda5a2cd0b3bd08c4a4813f4
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Jan 30 20:50:44 2020 +0100

    SLING-8888 Upgrade Karaf to 4.3.0
    
    Use Karaf 4.3.0.RC1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 70acc47..f9e3f15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,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>