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

pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 21989f8  Use latest released resolver
21989f8 is described below

commit 21989f8f558eb200844af0c6e0877692270dafbc
Author: Karl Pauls <[email protected]>
AuthorDate: Thu Dec 2 15:42:06 2021 +0100

    Use latest released resolver
---
 framework/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/pom.xml b/framework/pom.xml
index 1d435e0..e6101e8 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -201,7 +201,7 @@
     <dependency>
        <groupId>org.apache.felix</groupId>
        <artifactId>org.apache.felix.resolver</artifactId>
-       <version>2.1.0-SNAPSHOT</version>
+       <version>2.0.4</version>
        <scope>provided</scope>
         <exclusions>
             <exclusion>

Reply via email to