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:44:00 UTC

[sling-org-apache-sling-karaf-integration-tests] branch master updated (16d25cd -> 9f60934)

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


    from 16d25cd  SLING-8988 Remove NoSQL features
     new 31fa026  SLING-9042 Update to Sling Parent 36
     new 72346a7  SLING-8888 Upgrade Karaf to 4.3.0
     new 9f60934  SLING-9109 Update Pax Exam to 4.13.2

The 3 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 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


[sling-org-apache-sling-karaf-integration-tests] 02/03: 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-integration-tests.git

commit 72346a7c019735baf4f42da4d8240ff744b84fb7
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Jan 30 20:51:25 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 610e7c7..90c37df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>org.apache.karaf.features.core</artifactId>
-      <version>4.2.6</version>
+      <version>4.3.0.RC1</version>
       <scope>provided</scope>
     </dependency>
     <!-- Apache Sling -->
@@ -153,7 +153,7 @@
       <groupId>org.apache.karaf</groupId>
       <artifactId>apache-karaf</artifactId>
       <type>tar.gz</type>
-      <version>4.2.6</version>
+      <version>4.3.0.RC1</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>


[sling-org-apache-sling-karaf-integration-tests] 03/03: SLING-9109 Update Pax Exam to 4.13.2

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

commit 9f60934752ead3f00eb9c70885e568709d88894e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Feb 23 01:42:52 2020 +0100

    SLING-9109 Update Pax Exam to 4.13.2
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 90c37df..cd1e9b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,17 +131,17 @@
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-container-karaf</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-junit4</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>


[sling-org-apache-sling-karaf-integration-tests] 01/03: 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-integration-tests.git

commit 31fa026f0ded97a9162348464cbab9b00da7ad1e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Jan 30 20:45:26 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 21f67da..610e7c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>35</version>
+    <version>36</version>
     <relativePath/>
   </parent>