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 2022/03/06 10:40:26 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated (104a279 -> a08d5da)

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 104a279  SLING-11051 - Fixing JavaDoc badge
     new 5db6ff7  SLING-11187 Verify distribution with Java 11
     new 2b7140a  SLING-11185 Update to Sling (Bundle) Parent 47
     new a08d5da  SLING-11186 Update Karaf to 4.3.6

The 3 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 | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

[sling-org-apache-sling-karaf-distribution] 03/03: SLING-11186 Update Karaf to 4.3.6

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 a08d5da0cb91aabc14e0cf7d727ac2b5bff16f98
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 6 11:35:18 2022 +0100

    SLING-11186 Update Karaf to 4.3.6
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 45394ac..33eb929 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
       <plugin>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>karaf-maven-plugin</artifactId>
-        <version>4.3.5</version>
+        <version>4.3.6</version>
         <extensions>true</extensions>
         <executions>
           <execution>
@@ -228,13 +228,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.3.5</version>
+      <version>4.3.6</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.3.5</version>
+      <version>4.3.6</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -242,7 +242,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>enterprise</artifactId>
-      <version>4.3.5</version>
+      <version>4.3.6</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -250,7 +250,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>specs</artifactId>
-      <version>4.3.5</version>
+      <version>4.3.6</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>

[sling-org-apache-sling-karaf-distribution] 01/03: SLING-11187 Verify distribution with Java 11

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 5db6ff712902ef2331fd12055ac3ced80794030d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 6 11:27:58 2022 +0100

    SLING-11187 Verify distribution with Java 11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bdd2f29..4a2148b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
           </bootFeatures>
           <libraries>
           </libraries>
-          <javase>1.8</javase>
+          <javase>11</javase>
         </configuration>
       </plugin>
       <plugin>

[sling-org-apache-sling-karaf-distribution] 02/03: SLING-11185 Update to Sling (Bundle) Parent 47

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 2b7140a6d946c5759a2e69c57a4aef9e093647ac
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 6 11:30:40 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 4a2148b..45394ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>46</version>
+    <version>47</version>
     <relativePath/>
   </parent>