You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/05/27 09:44:09 UTC

[sling-parent] branch master updated: SLING-10408 use Core R7 instead of Core R6

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 933fb73  SLING-10408 use Core R7 instead of Core R6
933fb73 is described below

commit 933fb7322de2e83a34f2a68e28e8bd3e79b2938e
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu May 27 11:43:59 2021 +0200

    SLING-10408 use Core R7 instead of Core R6
---
 sling-bundle-parent/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 89d3527..ef94de9 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -205,11 +205,11 @@ Bundle-DocURL: https://sling.apache.org
         <!-- OSGi -->
         <dependencies>
             <!-- Aggregates (rather use individual artifacts referenced below) -->
-            <!-- Core R6 -->
+            <!-- Core R7 -->
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>osgi.core</artifactId>
-                <version>6.0.0</version>
+                <version>7.0.0</version>
                 <scope>provided</scope>
             </dependency>
             <!-- Compendium R6 -->
@@ -220,18 +220,18 @@ Bundle-DocURL: https://sling.apache.org
                 <scope>provided</scope>
             </dependency>
             <!-- individual OSGi spec API artifacts (preferred) -->
-            <!-- OSGi framework 1.8, Core R6 (https://osgi.org/javadoc/r6/core/org/osgi/framework/package-summary.html) -->
+            <!-- OSGi framework 1.9, Core R7 (https://docs.osgi.org/javadoc/osgi.core/7.0.0/org/osgi/framework/package-summary.html) -->
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.framework</artifactId>
-                <version>1.8.0</version>
+                <version>1.9.0</version>
                 <scope>provided</scope>
             </dependency>
             <!-- OSGi Tracker 1.5, Core R7 (https://docs.osgi.org/javadoc/osgi.core/7.0.0/org/osgi/util/tracker/package-summary.html) -->
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.util.tracker</artifactId>
-                <version>1.5.2</version>
+                <version>1.5.3</version>
                 <scope>provided</scope>
             </dependency>
             <!-- Configuration Admin 1.6, Compendium R7 (https://osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/cm/package-frame.html) -->