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/09/07 18:58:29 UTC

[sling-org-apache-sling-karaf-distribution] 02/02: 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

commit e9240e54c471a23f5805b202779e7ee328927665
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Sep 7 20:54:55 2021 +0200

    SLING-10367 Update Karaf to 4.3.3
---
 pom.xml | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 207fd5e..98a0da7 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.3-SNAPSHOT</version>
+        <version>4.3.3</version>
         <extensions>true</extensions>
         <executions>
           <execution>
@@ -240,13 +240,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.3.3-SNAPSHOT</version>
+      <version>4.3.3</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.3.3-SNAPSHOT</version>
+      <version>4.3.3</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -254,7 +254,15 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>enterprise</artifactId>
-      <version>4.3.3-SNAPSHOT</version>
+      <version>4.3.3</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.karaf.features</groupId>
+      <artifactId>specs</artifactId>
+      <version>4.3.3</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>