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 2023/01/26 16:07:13 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] branch master updated (43042f1 -> 6ed6018)

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


    from 43042f1  SLING-11650 Update to Sling (Bundle) Parent 49
     new 3aa202e  SLING-11215 Upgrade Karaf to 4.4
     new 6ed6018  SLING-3821 Run launchpad integration tests against Sling on Karaf

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-launchpad-oak-tar-integration-tests] 02/02: SLING-3821 Run launchpad integration tests against Sling on Karaf

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

commit 6ed60183f986253931a27f7ca84f1ebd6279036d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Jan 26 16:27:23 2023 +0100

    SLING-3821 Run launchpad integration tests against Sling on Karaf
    
    update dependencies
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 550b67a..08bf504 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-webdav</artifactId>
-      <version>2.20.6</version>
+      <version>2.20.8</version>
       <scope>test</scope>
     </dependency>
     <!-- Apache Karaf -->
@@ -153,7 +153,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.junit.scriptable</artifactId>
-      <version>1.0.12</version>
+      <version>1.0.14</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -177,13 +177,13 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.4.15</version>
+      <version>4.4.16</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.13</version>
+      <version>4.5.14</version>
       <scope>test</scope>
     </dependency>
   </dependencies>


[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 01/02: SLING-11215 Upgrade Karaf to 4.4

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

commit 3aa202e63b8fe003ff8f9b837a3d70e8c3936418
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jan 25 14:05:52 2023 +0100

    SLING-11215 Upgrade Karaf to 4.4
    
    use Karaf 4.4.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dbb0908..550b67a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
       <groupId>org.apache.karaf</groupId>
       <artifactId>apache-karaf</artifactId>
       <type>tar.gz</type>
-      <version>4.4.2</version>
+      <version>4.4.3</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>