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 2021/06/09 15:06:45 UTC

svn commit: r1890640 - in /jackrabbit/branches/2.16: ./ jackrabbit-it-osgi/pom.xml

Author: reschke
Date: Wed Jun  9 15:06:45 2021
New Revision: 1890640

URL: http://svn.apache.org/viewvc?rev=1890640&view=rev
Log:
JCR-4662: it-osgi: update felix.framework to 7.0.0 (merged r1885109 into 2.16)

Modified:
    jackrabbit/branches/2.16/   (props changed)
    jackrabbit/branches/2.16/jackrabbit-it-osgi/pom.xml

Propchange: jackrabbit/branches/2.16/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1885109

Modified: jackrabbit/branches/2.16/jackrabbit-it-osgi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-it-osgi/pom.xml?rev=1890640&r1=1890639&r2=1890640&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-it-osgi/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-it-osgi/pom.xml Wed Jun  9 15:06:45 2021
@@ -161,7 +161,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>6.0.3</version>
+      <version>7.0.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>