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 2022/06/14 04:33:17 UTC

svn commit: r1901896 - in /jackrabbit/branches/2.20: ./ jackrabbit-it-osgi/pom.xml

Author: reschke
Date: Tue Jun 14 04:33:17 2022
New Revision: 1901896

URL: http://svn.apache.org/viewvc?rev=1901896&view=rev
Log:
JCR-4794: it-osgi: update felix.framework to 7.0.4 (merged r1901407 into 2.20)

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

Propchange: jackrabbit/branches/2.20/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1901407

Modified: jackrabbit/branches/2.20/jackrabbit-it-osgi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/jackrabbit-it-osgi/pom.xml?rev=1901896&r1=1901895&r2=1901896&view=diff
==============================================================================
--- jackrabbit/branches/2.20/jackrabbit-it-osgi/pom.xml (original)
+++ jackrabbit/branches/2.20/jackrabbit-it-osgi/pom.xml Tue Jun 14 04:33:17 2022
@@ -151,7 +151,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>7.0.3</version>
+      <version>7.0.4</version>
       <scope>test</scope>
     </dependency>
   </dependencies>