You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2016/07/18 08:30:33 UTC

svn commit: r1753171 - /sling/trunk/parent/pom.xml

Author: cziegeler
Date: Mon Jul 18 08:30:33 2016
New Revision: 1753171

URL: http://svn.apache.org/viewvc?rev=1753171&view=rev
Log:
SLING-5852 : Update OSGi core and cmpn dependencies to R6

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1753171&r1=1753170&r2=1753171&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Mon Jul 18 08:30:33 2016
@@ -1072,14 +1072,14 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
         <dependencies>
             <dependency>
                 <groupId>org.osgi</groupId>
-                <artifactId>org.osgi.core</artifactId>
-                <version>4.1.0</version>
+                <artifactId>osgi.core</artifactId>
+                <version>6.0.0</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.osgi</groupId>
-                <artifactId>org.osgi.compendium</artifactId>
-                <version>4.1.0</version>
+                <artifactId>osgi.cmpn</artifactId>
+                <version>6.0.0</version>
                 <scope>provided</scope>
             </dependency>