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:37 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated (2b8c47c -> 5cb8738)

This is an automated email from the ASF dual-hosted git repository.

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-distribution.git.


    from 2b8c47c  SLING-8988 Remove NoSQL features
     new 3522df9  SLING-9042 Update to Sling Parent 36
     new 5cb8738  SLING-8888 Upgrade Karaf to 4.3.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


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

Posted by ol...@apache.org.
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>


[sling-org-apache-sling-karaf-distribution] 01/02: SLING-9042 Update to Sling Parent 36

Posted by ol...@apache.org.
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 3522df98dfb5d30139fb52f278a1f631c5395879
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Jan 30 20:45:04 2020 +0100

    SLING-9042 Update to Sling Parent 36
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 00d80ca..f709258 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>34</version>
+    <version>36</version>
     <relativePath/>
   </parent>