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

cziegeler 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 6eef57a00f FELIX-6643 : Embed Inventory 2.0.0
6eef57a00f is described below

commit 6eef57a00f6cc242285a009a6a075374958d3a26
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Aug 31 09:41:56 2023 +0200

    FELIX-6643 : Embed Inventory 2.0.0
---
 webconsole/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 03cc137bb8..1df26e5989 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>org.apache.felix.webconsole</artifactId>
     <packaging>bundle</packaging>
-    <version>4.9.1-SNAPSHOT</version>
+    <version>5.0.0-SNAPSHOT</version>
 
     <name>Apache Felix Web Management Console</name>
     <description>
@@ -46,6 +46,7 @@
             org.apache.felix.webconsole.spi
        </webconsole.exports>
        <servlet.api>5.0.0</servlet.api>
+       <felix.java.version>11</felix.java.version>
     </properties>
 
     <scm>
@@ -284,7 +285,7 @@
                 <dependency>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.inventory</artifactId>
-                    <version>1.1.0</version>
+                    <version>2.0.0</version>
                     <scope>provided</scope>
                 </dependency>
             </dependencies>

Reply via email to