You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2018/02/19 15:43:18 UTC

svn commit: r1824764 - in /jackrabbit/trunk: jackrabbit-bundle/pom.xml jackrabbit-jcr-server/pom.xml

Author: reschke
Date: Mon Feb 19 15:43:18 2018
New Revision: 1824764

URL: http://svn.apache.org/viewvc?rev=1824764&view=rev
Log:
JCR-4263: jcr-server, jackrabbit-bundle: align org.osgi dependencies with oak

Modified:
    jackrabbit/trunk/jackrabbit-bundle/pom.xml
    jackrabbit/trunk/jackrabbit-jcr-server/pom.xml

Modified: jackrabbit/trunk/jackrabbit-bundle/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-bundle/pom.xml?rev=1824764&r1=1824763&r2=1824764&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-bundle/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-bundle/pom.xml Mon Feb 19 15:43:18 2018
@@ -75,13 +75,13 @@
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>4.0.0</version>
+      <version>4.2.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.compendium</artifactId>
-      <version>4.0.0</version>
+      <version>4.2.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: jackrabbit/trunk/jackrabbit-jcr-server/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-server/pom.xml?rev=1824764&r1=1824763&r2=1824764&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr-server/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-jcr-server/pom.xml Mon Feb 19 15:43:18 2018
@@ -214,7 +214,7 @@
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.compendium</artifactId>
-      <version>4.0.0</version>
+      <version>4.2.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>