You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ba...@apache.org on 2024/03/25 10:11:45 UTC

(jackrabbit-oak) branch trunk updated: OAK-10717: oak-pojosr should be updated to o.a.felix.connect-0.2.0

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

baedke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a440935e9b OAK-10717: oak-pojosr should be updated to o.a.felix.connect-0.2.0
a440935e9b is described below

commit a440935e9b51f0bf4e3460347285aa33485d7a4f
Author: Manfred Baedke <ma...@gmail.com>
AuthorDate: Mon Mar 25 11:10:27 2024 +0100

    OAK-10717: oak-pojosr should be updated to o.a.felix.connect-0.2.0
    
    done
---
 oak-pojosr/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-pojosr/pom.xml b/oak-pojosr/pom.xml
index 07fbc0635e..2b0143fc68 100644
--- a/oak-pojosr/pom.xml
+++ b/oak-pojosr/pom.xml
@@ -91,7 +91,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.connect</artifactId>
-      <version>0.1.0</version>
+      <version>0.2.0</version>
       <exclusions>
         <exclusion>
           <groupId>org.osgi</groupId>