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 1e86095 Update dependencies after release 1e86095 is described below commit 1e860956facaa4d9b706a87e0907a052a9259b50 Author: Karl Pauls <karlpa...@gmail.com> AuthorDate: Fri Dec 11 23:33:50 2020 +0100 Update dependencies after release --- main/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/pom.xml b/main/pom.xml index bb3ddb0..844261a 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -38,7 +38,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>org.apache.felix.framework</artifactId> - <version>6.0.4</version> + <version>6.1.0-SNAPSHOT</version> </dependency> </dependencies> <properties>