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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/felix-site-pub.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 991fd363 site build
991fd363 is described below

commit 991fd3631c34fe451dcd6a0cb0c6c8d570653597
Author: jenkins <bui...@apache.org>
AuthorDate: Wed Mar 26 17:30:10 2025 +0000

    site build
---
 .../extending-the-apache-felix-web-console.html    |  13 +
 .../branding-the-web-console.html                  |  13 +
 .../providing-resources.html                       |  13 +
 .../providing-web-console-plugins.html             |  13 +
 .../web-console-logging.html                       |  13 +
 .../web-console-output-templating.html             |  13 +
 .../web-console-restful-api.html                   |  13 +
 .../web-console-security-provider.html             |  13 +
 sitemap.xml                                        | 306 ++++++++++-----------
 9 files changed, 257 insertions(+), 153 deletions(-)

diff --git 
a/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console.html
 
b/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console.html
index aee119e2..65e07fe4 100644
--- 
a/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console.html
+++ 
b/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console.html
@@ -470,6 +470,19 @@
   <div class="content">
 <article class="doc">
 <h1 class="page">Extending the Apache Felix Web Console</h1>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+This documentation refers to the older version 4.x of the Apache Felix 
Webconsole. For the latest version checkout https:/
+/github.com/apache/felix-dev/tree/master/webconsole[this documentation].
+</td>
+</tr>
+</table>
+</div>
 <div class="paragraph">
 <p>The <a href="../apache-felix-web-console.html" class="page">Apache Felix 
Web Console</a> is extensible in various ways described no these pages:</p>
 </div>
diff --git 
a/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/branding-the-web-console.html
 
b/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/branding-the-web-console.html
index 0b650f97..50889d10 100644
--- 
a/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/branding-the-web-console.html
+++ 
b/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/branding-the-web-console.html
@@ -473,6 +473,19 @@
 <h1 class="page">Branding the Web Console</h1>
 <div id="preamble">
 <div class="sectionbody">
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+This documentation refers to the older version 4.x of the Apache Felix 
Webconsole. For the latest version checkout https:/
+/github.com/apache/felix-dev/tree/master/webconsole[this documentation].
+</td>
+</tr>
+</table>
+</div>
 <div class="paragraph">
 <p>Branding the Web Consle mainly concerns hooking into the looks of the Web 
Console providing vendor-provided setup like CSS, Logo, Main Title, Vendor URL, 
etc.</p>
 </div>
diff --git 
a/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-resources.html
 
b/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-resources.html
index ef80ee4b..beef2713 100644
--- 
a/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-resources.html
+++ 
b/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-resources.html
@@ -471,6 +471,19 @@
   <div class="content">
 <article class="doc">
 <h1 class="page">Providing Resources</h1>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+This documentation refers to the older version 4.x of the Apache Felix 
Webconsole. For the latest version checkout https:/
+/github.com/apache/felix-dev/tree/master/webconsole[this documentation].
+</td>
+</tr>
+</table>
+</div>
 <div class="paragraph">
 <p>Extending the Apache Felix Web Console with new functionality is as easy as 
registering a <code>javax.servlet.Servlet</code> with at least the 
<code>felix.webconsole.label</code> service registration property set (see 
above).
 Providing resources is a bit more complex and requires more work on behalf of 
the plugin.</p>
diff --git 
a/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-web-console-plugins.html
 
b/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-web-console-plugins.html
index 4f63777c..f2b13f8b 100644
--- 
a/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-web-console-plugins.html
+++ 
b/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-web-console-plugins.html
@@ -473,6 +473,19 @@
 <h1 class="page">Providing Web Console Plugins</h1>
 <div id="preamble">
 <div class="sectionbody">
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+This documentation refers to the older version 4.x of the Apache Felix 
Webconsole. For the latest version checkout https:/
+/github.com/apache/felix-dev/tree/master/webconsole[this documentation].
+</td>
+</tr>
+</table>
+</div>
 <div class="paragraph">
 <p>The Web Console can be extended by registering an OSGi service for the 
interface <code>javax.servlet.Servlet</code> with the service property 
<code>felix.webconsole.label</code> set to the label (last segment in the URL) 
of the page.
 The respective service is called a Web Console Plugin or a plugin for 
short.</p>
diff --git 
a/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/web-console-logging.html
 
b/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/web-console-logging.html
index 1b0a7974..8ae1e2b5 100644
--- 
a/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/web-console-logging.html
+++ 
b/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/web-console-logging.html
@@ -471,6 +471,19 @@
   <div class="content">
 <article class="doc">
 <h1 class="page">Web Console Logging</h1>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+This documentation refers to the older version 4.x of the Apache Felix 
Webconsole. For the latest version checkout https:/
+/github.com/apache/felix-dev/tree/master/webconsole[this documentation].
+</td>
+</tr>
+</table>
+</div>
 <div class="paragraph">
 <p>The Web Console does not provide its own mechanism for logging.
 Rather the Servlet Container logging mechanism is used by calling the 
<code>GenericServlet.log</code> methods for logging.
diff --git 
a/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/web-console-output-templating.html
 
b/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/web-console-output-templating.html
index 9e0402f5..bb0dcc63 100644
--- 
a/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/web-console-output-templating.html
+++ 
b/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/web-console-output-templating.html
@@ -473,6 +473,19 @@
 <h1 class="page">Web Console Output Templating</h1>
 <div id="preamble">
 <div class="sectionbody">
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+This documentation refers to the older version 4.x of the Apache Felix 
Webconsole. For the latest version checkout https:/
+/github.com/apache/felix-dev/tree/master/webconsole[this documentation].
+</td>
+</tr>
+</table>
+</div>
 <div class="paragraph">
 <p>Templating and Internationalization support of the Web Console is based on 
Java Resource Bundles loaded from the plugin bundles and is transparent to the 
plugin itself.</p>
 </div>
diff --git 
a/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html
 
b/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html
index 397e694f..97273527 100644
--- 
a/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html
+++ 
b/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html
@@ -472,6 +472,19 @@
 <h1 class="page">Web Console RESTful API</h1>
 <div id="preamble">
 <div class="sectionbody">
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+This documentation refers to the older version 4.x of the Apache Felix 
Webconsole. For the latest version checkout https:/
+/github.com/apache/felix-dev/tree/master/webconsole[this documentation].
+</td>
+</tr>
+</table>
+</div>
 <div class="admonitionblock warning">
 <table>
 <tr>
diff --git 
a/documentation/subprojects/apache-felix-web-console/web-console-security-provider.html
 
b/documentation/subprojects/apache-felix-web-console/web-console-security-provider.html
index b9375e25..48ecaec0 100644
--- 
a/documentation/subprojects/apache-felix-web-console/web-console-security-provider.html
+++ 
b/documentation/subprojects/apache-felix-web-console/web-console-security-provider.html
@@ -472,6 +472,19 @@
 <h1 class="page">Web Console Security Provider</h1>
 <div id="preamble">
 <div class="sectionbody">
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+This documentation refers to the older version 4.x of the Apache Felix 
Webconsole. For the latest version checkout https:/
+/github.com/apache/felix-dev/tree/master/webconsole[this documentation].
+</td>
+</tr>
+</table>
+</div>
 <div class="paragraph">
 <p>As of Apache Felix Web Console 3.1.0 security of the Web Console can be 
extended by providing a <code>WebConsoleSecurityProvicer</code> service.
 An extension to this service has been introduced with the 
<code>WebConsoleSecurityProvider2</code> service in Apache Felix Web Console 
3.1.4.</p>
diff --git a/sitemap.xml b/sitemap.xml
index 2d839f5c..e6d34b60 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,614 +2,614 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://felix.apache.org/documentation/community/contributing.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 <loc>https://felix.apache.org/documentation/community/project-info.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/community/projects-using-felix.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/development/coding-standards.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/development/dependencies-file-template.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/development/provisional-osgi-api-policy.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/development/release-management-nexus.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 <loc>https://felix.apache.org/documentation/development/site-how-to.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/development/using-the-osgi-compliance-tests.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 <loc>https://felix.apache.org/documentation/documentation.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 <loc>https://felix.apache.org/documentation/downloads.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 <loc>https://felix.apache.org/documentation/faqs.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/faqs/apache-felix-bundle-plugin-faq.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/faqs/apache-felix-scr-plugin-faq.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 <loc>https://felix.apache.org/documentation/getting-started.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 <loc>https://felix.apache.org/documentation/index.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 <loc>https://felix.apache.org/documentation/license.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/apache-karaf.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/apache-felix-board-report-template.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2007-04.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2007-05.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2007-06.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2007-09.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2007-12.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2008-03.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2008-06.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2008-09.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2008-12.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2009-03.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2009-06.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2009-09.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2009-12.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2010-03.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2010-06.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2010-09.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2010-12.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2011-03.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2011-06.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2011-09.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2011-12.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2012-03.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2012-06.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2012-09.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2012-12.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/board-reports/board-report-2013-03.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/cat-scan-project-proposal.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/cat-scan-project-proposal/cat-scan-001-use-cases.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/cat-scan-project-proposal/cat-scan-002-profiles.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/cat-scan-project-proposal/cat-scan-002-profiles/cat-scan-002-001-basic-profile.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/cat-scan-project-proposal/cat-scan-003-run-log-archive.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/cat-scan-project-proposal/cat-scan-004-api-reference.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/cat-scan-project-proposal/cat-scan-005-technical-compatibility-kit.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/cat-scan-project-proposal/cat-scan-006-glossary.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/cat-scan-project-proposal/cat-scan-007-references.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/incubator-status-report-january-2007.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/incubator-status-report-october-2006.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/osgi-bundle-service-diagrams.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 <loc>https://felix.apache.org/documentation/miscellaneous/sandbox.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/sandbox/composite-bundles.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/sandbox/virtual-bundles.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/sandbox/web-console-ng.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/subproject-release-status.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/miscellaneous/tlp-task-list.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 <loc>https://felix.apache.org/documentation/news.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 <loc>https://felix.apache.org/documentation/site-map.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 <loc>https://felix.apache.org/documentation/subprojects.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/annotations.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/background.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/bundles-and-dependencies.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/design-patterns.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/development.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/history.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/javadocs.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/migrating-from-earlier-versions.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/migrating-from-other-solutions.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/performance-tuning.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/resources.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/whatsnew-r15.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/whatsnew.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/component-adapter.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/component-aspect.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/component-bundle-adapter.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/component-factory-configuration-adapter.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/component-resource-adapter.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/component-singleton.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/components.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/dependencies.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-bundle.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-configuration.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-resource.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-service.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/dm-annotations.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/external-links.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/service-scopes.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/thread-model.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/tutorials/getting-started.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/tutorials/leveraging-the-shell.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/tutorials/sample-code.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/tutorials/working-with-annotations.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-event-admin.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-file-install.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-framework-security.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-framework.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-framework/apache-felix-framework-bundle-cache.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-framework/apache-felix-framework-configuration-properties.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-framework/apache-felix-framework-faq.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-framework/apache-felix-framework-launching-and-embedding.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-gogo.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-gogo/rfc-147-overview.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-healthchecks.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-inventory.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-log.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-logback.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-maven-scr-plugin-use.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-scr-ant-task-use.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-scr-bndtools-use.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/extending-scr-annotations.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/scr-annotations.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/scr-javadoc-tags.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-metatype-service.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-osgi-bundle-repository.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-preferences-service.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-remote-shell.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-shell-tui.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-shell.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-web-console.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/branding-the-web-console.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-resources.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-web-console-plugins.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/web-console-logging.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/web-console-output-templating.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/subprojects/apache-felix-web-console/web-console-security-provider.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-application-demonstration.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-faq.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial/apache-felix-tutorial-example-1.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial/apache-felix-tutorial-example-2.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial/apache-felix-tutorial-example-2b.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial/apache-felix-tutorial-example-3.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial/apache-felix-tutorial-example-4.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial/apache-felix-tutorial-example-5.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial/apache-felix-tutorial-example-6.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial/apache-felix-tutorial-example-7.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial/apache-felix-tutorial-example-8.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 <url>
 
<loc>https://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial/apache-felix-tutorial-example-9.html</loc>
-<lastmod>2025-03-26T17:27:55.319Z</lastmod>
+<lastmod>2025-03-26T17:29:59.778Z</lastmod>
 </url>
 </urlset>


Reply via email to