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

[sling-org-apache-sling-karaf-integration-tests] branch master updated (3725e56 -> dd633d5)

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 3725e56  pin build on Java 11
     new 8a3c84f  SLING-10792 Update to Sling (Bundle) Parent 45
     new dd633d5  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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

[sling-org-apache-sling-karaf-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-integration-tests.git

commit dd633d5915ebddffdd56720eeae7349dfede57e8
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Sep 7 20:55:30 2021 +0200

    SLING-10367 Update Karaf to 4.3.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 90176ea..efbfef3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>org.apache.karaf.features.core</artifactId>
-      <version>4.3.3-SNAPSHOT</version>
+      <version>4.3.3</version>
       <scope>provided</scope>
     </dependency>
     <!-- Apache Sling -->
@@ -185,7 +185,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-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-integration-tests.git

commit 8a3c84fb5004af0e580708cc624fb8d209124b01
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Sep 7 20:52:01 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 4a35df1..90176ea 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>