You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:23:54 UTC

[sling-org-apache-sling-tooling-support-source] 05/07: SLING-6256 reference OSGi 4.3 dependency which is compatible with Java 7 (http://blog.osgi.org/2012/10/43-companion-code-for-java-7.html).

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

rombert pushed a commit to annotated tag org.apache.sling.tooling.support.source-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tooling-support-source.git

commit 3900d543b1d3fb4c1287c49ec14be8fb7c5fd750
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Nov 8 16:26:35 2016 +0000

    SLING-6256 reference OSGi 4.3 dependency which is compatible with Java 7 (http://blog.osgi.org/2012/10/43-companion-code-for-java-7.html).
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/support/source@1768722 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 59c2f31..100179a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,8 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <version>4.3.0</version>
+            <!-- use the Java 7 compliant dependency: http://blog.osgi.org/2012/10/43-companion-code-for-java-7.html -->
+            <version>4.3.1</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.