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/25 16:22:14 UTC

[sling-parent] branch master updated: trivial: fix incorrect comment about the OSGi framework version

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 2f39b4c  trivial: fix incorrect comment about the OSGi framework version
2f39b4c is described below

commit 2f39b4c153e122ab274f9eafce012c3def45146c
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue May 25 18:22:01 2021 +0200

    trivial: fix incorrect comment about the OSGi framework version
---
 sling-bundle-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index d48c46d..89d3527 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -220,7 +220,7 @@ Bundle-DocURL: https://sling.apache.org
                 <scope>provided</scope>
             </dependency>
             <!-- individual OSGi spec API artifacts (preferred) -->
-            <!-- OSGi framework 1.8, Core R7 (https://osgi.org/javadoc/r7/core/org/osgi/framework/package-summary.html) -->
+            <!-- OSGi framework 1.8, Core R6 (https://osgi.org/javadoc/r6/core/org/osgi/framework/package-summary.html) -->
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.framework</artifactId>