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/01/10 19:17:07 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] branch master updated (bbf3abc -> 263781d)

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 bbf3abc  use features and integration tests 0.2.0-SNAPSHOT (try to fix CI build)
     new 8cc8b2c  set micro version to version of org.apache.sling.launchpad.integration-tests
     new 263781d  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 | 6 +++---
 1 file changed, 3 insertions(+), 3 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 263781dfa12b88e176e51a29a5e1c082d2185cce
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Jan 10 20:13:20 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 11805dc..1f3d437 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,13 +176,13 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.4.13</version>
+      <version>4.4.14</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.12</version>
+      <version>4.5.13</version>
       <scope>test</scope>
     </dependency>
   </dependencies>


[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 01/02: set micro version to version of org.apache.sling.launchpad.integration-tests

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 8cc8b2c760afd9d8ffe35e239c3a1e046b4dd56a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Jan 10 20:11:25 2021 +0100

    set micro version to version of org.apache.sling.launchpad.integration-tests
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58be4d1..11805dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.karaf-launchpad-oak-tar-integration-tests</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.12-SNAPSHOT</version>
 
   <name>Apache Sling - Karaf Launchpad Integration Tests (Oak Tar)</name>
   <description>Launchpad Integration Tests for Apache Sling with Oak Tar on Karaf</description>