You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2020/12/11 22:30:34 UTC

[felix-dev] branch master updated: Update dependencies for release

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 3033457  Update dependencies for release
3033457 is described below

commit 30334579f475a0c20f1476545c4ae0ea40a99f19
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Fri Dec 11 23:30:20 2020 +0100

    Update dependencies for release
---
 main/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/pom.xml b/main/pom.xml
index bfd47a6..20d7fc5 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>6.1.0-SNAPSHOT</version>
+      <version>6.0.4</version>
     </dependency>
   </dependencies>
   <properties>