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 55d93c507f Use latest parent pom 8 and fix doc urls
55d93c507f is described below

commit 55d93c507ff6869b842147d59ce897c3c1cd5dd6
Author: Carsten Ziegeler <cziege...@apache.org>
AuthorDate: Thu Dec 28 11:01:50 2023 +0100

    Use latest parent pom 8 and fix doc urls
---
 webconsole/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 1c5ccb987f..cdc281a080 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>7</version>
+        <version>8</version>
         <relativePath>../pom/pom.xml</relativePath>
     </parent>
 
@@ -33,8 +33,8 @@
     <name>Apache Felix Web Management Console</name>
     <description>
         Web Based Management Console for OSGi Frameworks. See
-        http://felix.apache.org/site/apache-felix-web-console.html for more
-        information on this bundle.
+        https://github.com/apache/felix-dev/tree/master/webconsole
+        for more information on this bundle.
     </description>
     
     <properties>
@@ -101,7 +101,7 @@
                             The Apache Software Foundation
                         </Bundle-Vendor>
                         <Bundle-DocURL>
-                            
https://felix.apache.org/site/apache-felix-web-console.html
+                            
https://github.com/apache/felix-dev/tree/master/webconsole
                         </Bundle-DocURL>
                         <Bundle-Activator>
                             
org.apache.felix.webconsole.internal.OsgiManagerActivator

Reply via email to