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 2021/12/03 15:54:57 UTC

[felix-dev] branch master updated: reset version

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 9203afb  reset version
9203afb is described below

commit 9203afb81e2ef9f39c8661cf1050a553c4873e8e
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Fri Dec 3 16:54:48 2021 +0100

    reset version
---
 framework/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/pom.xml b/framework/pom.xml
index a533e95..f20f18d 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Framework</name>
   <artifactId>org.apache.felix.framework</artifactId>
-  <version>7.0.2</version>
+  <version>7.1.0-SNAPSHOT</version>
   <properties>
     <dollar>$</dollar>
     <felix.java.version>8</felix.java.version>