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-integration-tests.git

commit 23d0aeb16720b00a45a3aacdd9c3a823c0392f52
Author: Oliver Lietz <o...@apache.org>
AuthorDate: Sat Oct 17 08:26:25 2020 +0200

    SLING-8888 Upgrade Karaf to 4.3.0
    
    using snapshot for new R7 features
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dba9ef9..daad0bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>org.apache.karaf.features.core</artifactId>
-      <version>4.3.0.RC1</version>
+      <version>4.3.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <!-- Apache Sling -->
@@ -146,7 +146,7 @@
       <groupId>org.apache.karaf</groupId>
       <artifactId>apache-karaf</artifactId>
       <type>tar.gz</type>
-      <version>4.3.0.RC1</version>
+      <version>4.3.0-SNAPSHOT</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>

Reply via email to