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 2018/04/09 08:37:12 UTC

[sling-org-apache-sling-karaf-distribution] 05/05: SLING-7253 Upgrade Karaf to 4.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

commit 7f6c36b75580fe45b6811da63f2cabfe7bc5902a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Apr 9 10:31:34 2018 +0200

    SLING-7253 Upgrade Karaf to 4.2
    
    use Karaf 4.2.0
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 478a027..f031044 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,13 +47,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.2.0.M2</version>
+      <version>4.2.0</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.2.0.M2</version>
+      <version>4.2.0</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.0.M2</version>
+      <version>4.2.0</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -390,7 +390,7 @@
       <plugin>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>karaf-maven-plugin</artifactId>
-        <version>4.2.0.M2</version>
+        <version>4.2.0</version>
         <extensions>true</extensions>
         <executions>
           <execution>

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.