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:49:53 UTC

[sling-parent] branch master updated: SLING-10424 update to OSGi Compendium R7 for the remaining artifacts

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 e3eda06  SLING-10424 update to OSGi Compendium R7 for the remaining artifacts
e3eda06 is described below

commit e3eda06719fd46686dcf70b0117d23e7e5cd2ca3
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu May 27 11:49:46 2021 +0200

    SLING-10424 update to OSGi Compendium R7 for the remaining artifacts
---
 sling-bundle-parent/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index ef94de9..04e2033 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -216,7 +216,7 @@ Bundle-DocURL: https://sling.apache.org
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>osgi.cmpn</artifactId>
-                <version>6.0.0</version>
+                <version>7.0.0</version>
                 <scope>provided</scope>
             </dependency>
             <!-- individual OSGi spec API artifacts (preferred) -->
@@ -249,11 +249,11 @@ Bundle-DocURL: https://sling.apache.org
                 <version>1.4.0</version>
                 <scope>provided</scope>
             </dependency>
-            <!-- Event Admin 1.3.1, Compendium R6 (https://osgi.org/javadoc/r6/cmpn/org/osgi/service/event/package-summary.html) -->
+            <!-- Event Admin 1.4, Compendium R7 (https://docs.osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/event/package-summary.html) -->
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.event</artifactId>
-                <version>1.3.1</version>
+                <version>1.4.0</version>
                 <scope>provided</scope>
             </dependency>
             <!-- OSGi annotations (OSGi R7) -->
@@ -261,7 +261,7 @@ Bundle-DocURL: https://sling.apache.org
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.annotation.versioning</artifactId>
-                <version>1.1.0</version>
+                <version>1.1.1</version>
                 <scope>provided</scope>
             </dependency>
             <!-- https://osgi.org/javadoc/osgi.annotation/7.0.0/org/osgi/annotation/bundle/package-frame.html -->