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/09/07 18:59:19 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] branch master updated (39e2d97 -> 554c681)

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 39e2d97  SLING-10367 Update Karaf to 4.3.3
     new 3b07077  SLING-10792 Update to Sling (Bundle) Parent 45
     new 554c681  SLING-10367 Update Karaf to 4.3.3

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 02/02: SLING-10367 Update Karaf to 4.3.3

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 554c681373a81a342e47f2b599a1717ebccd5f1a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Sep 7 20:56:00 2021 +0200

    SLING-10367 Update Karaf to 4.3.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f27943a..662df45 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.3.3-SNAPSHOT</version>
+      <version>4.3.3</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 01/02: SLING-10792 Update to Sling (Bundle) Parent 45

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 3b0707790fbd4c7266fb9ec7ee71adb0934b154e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Sep 7 20:52:35 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 3d8f128..f27943a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>44</version>
+    <version>45</version>
     <relativePath/>
   </parent>