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

[sling-org-apache-sling-karaf-distribution] branch master updated (f6ee52e -> e9240e5)

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-distribution.git.


    from f6ee52e  SLING-10367 Update Karaf to 4.3.3
     new 5a5f910  SLING-10792 Update to Sling (Bundle) Parent 45
     new e9240e5  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 | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

[sling-org-apache-sling-karaf-distribution] 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-distribution.git

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

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

diff --git a/pom.xml b/pom.xml
index 207fd5e..98a0da7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
       <plugin>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>karaf-maven-plugin</artifactId>
-        <version>4.3.3-SNAPSHOT</version>
+        <version>4.3.3</version>
         <extensions>true</extensions>
         <executions>
           <execution>
@@ -240,13 +240,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.3.3-SNAPSHOT</version>
+      <version>4.3.3</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.3.3-SNAPSHOT</version>
+      <version>4.3.3</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -254,7 +254,15 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>enterprise</artifactId>
-      <version>4.3.3-SNAPSHOT</version>
+      <version>4.3.3</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.karaf.features</groupId>
+      <artifactId>specs</artifactId>
+      <version>4.3.3</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>

[sling-org-apache-sling-karaf-distribution] 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-distribution.git

commit 5a5f910334bed34c9ed7a4cbdf938355bf80d12d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Sep 7 20:42:18 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 a67c85d..207fd5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>44</version>
+    <version>45</version>
     <relativePath/>
   </parent>