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/sling-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7fcb6f40e Automatic website deployment from 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/1158/
7fcb6f40e is described below

commit 7fcb6f40e346730b50a77fe3f115eb6bbaf33e31
Author: jenkins <[email protected]>
AuthorDate: Thu Sep 25 10:48:46 2025 +0000

    Automatic website deployment from 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/1158/
---
 documentation/development/release-management.html |  15 +-
 downloads.html                                    |   4 +-
 pagefind/fragment/en_2541eb4.pf_fragment          | Bin 0 -> 7686 bytes
 pagefind/fragment/en_61f0cba.pf_fragment          | Bin 0 -> 17558 bytes
 pagefind/fragment/en_8a3716c.pf_fragment          | Bin 17536 -> 0 bytes
 pagefind/fragment/en_ecf2b09.pf_fragment          | Bin 7665 -> 0 bytes
 pagefind/index/en_108d158.pf_index                | Bin 41798 -> 0 bytes
 pagefind/index/en_1ae27f4.pf_index                | Bin 45078 -> 0 bytes
 pagefind/index/en_1ecf39f.pf_index                | Bin 0 -> 40574 bytes
 pagefind/index/en_1f3aab3.pf_index                | Bin 0 -> 44963 bytes
 pagefind/index/en_22838f3.pf_index                | Bin 38957 -> 0 bytes
 pagefind/index/en_25f93bf.pf_index                | Bin 0 -> 41722 bytes
 pagefind/index/en_2e8966f.pf_index                | Bin 0 -> 40087 bytes
 pagefind/index/en_2eb414a.pf_index                | Bin 41933 -> 0 bytes
 pagefind/index/en_30e2846.pf_index                | Bin 39808 -> 0 bytes
 pagefind/index/en_38125f0.pf_index                | Bin 37967 -> 0 bytes
 pagefind/index/en_3ba33a4.pf_index                | Bin 0 -> 40401 bytes
 pagefind/index/en_41ecc5b.pf_index                | Bin 0 -> 42455 bytes
 pagefind/index/en_42a34f3.pf_index                | Bin 40446 -> 0 bytes
 pagefind/index/en_4902032.pf_index                | Bin 0 -> 45111 bytes
 pagefind/index/en_49bee32.pf_index                | Bin 0 -> 39277 bytes
 pagefind/index/en_5018d4e.pf_index                | Bin 0 -> 38015 bytes
 pagefind/index/en_5f56d26.pf_index                | Bin 0 -> 46946 bytes
 pagefind/index/en_7b8a1be.pf_index                | Bin 0 -> 3987 bytes
 pagefind/index/en_893289f.pf_index                | Bin 37494 -> 0 bytes
 pagefind/index/en_8998bfc.pf_index                | Bin 46924 -> 0 bytes
 pagefind/index/en_8c65182.pf_index                | Bin 44977 -> 0 bytes
 pagefind/index/en_9748124.pf_index                | Bin 0 -> 39259 bytes
 pagefind/index/en_a55025c.pf_index                | Bin 0 -> 38939 bytes
 pagefind/index/en_adff34d.pf_index                | Bin 42462 -> 0 bytes
 pagefind/index/en_bec0132.pf_index                | Bin 39556 -> 0 bytes
 pagefind/index/en_cbe2a72.pf_index                | Bin 0 -> 39452 bytes
 pagefind/index/en_cc6683a.pf_index                | Bin 41050 -> 0 bytes
 pagefind/index/en_cc66ba7.pf_index                | Bin 40577 -> 0 bytes
 pagefind/index/en_ce34b72.pf_index                | Bin 0 -> 41933 bytes
 pagefind/index/en_dac47c1.pf_index                | Bin 39287 -> 0 bytes
 pagefind/index/en_e3bac3e.pf_index                | Bin 40804 -> 0 bytes
 pagefind/index/en_e694a63.pf_index                | Bin 3988 -> 0 bytes
 pagefind/index/en_ea4076c.pf_index                | Bin 39412 -> 0 bytes
 pagefind/index/en_ea5aca1.pf_index                | Bin 0 -> 37490 bytes
 pagefind/index/en_f26a2f3.pf_index                | Bin 0 -> 40777 bytes
 pagefind/index/en_f515327.pf_index                | Bin 0 -> 41057 bytes
 pagefind/pagefind-entry.json                      |   2 +-
 pagefind/pagefind.en_2d521dfd2b.pf_meta           | Bin 1827 -> 0 bytes
 pagefind/pagefind.en_c8226254db.pf_meta           | Bin 0 -> 1833 bytes
 releases.html                                     |   5 +-
 sitemap.xml                                       | 368 +++++++++++-----------
 47 files changed, 196 insertions(+), 198 deletions(-)

diff --git a/documentation/development/release-management.html 
b/documentation/development/release-management.html
index 3d6131153..bdb7878ed 100644
--- a/documentation/development/release-management.html
+++ b/documentation/development/release-management.html
@@ -404,6 +404,7 @@ Enjoy!
 </ol>
 <h2><a href="#releasing-the-sling-ide-tooling" 
id="releasing-the-sling-ide-tooling">Releasing the Sling IDE Tooling</a></h2>
 <p>The IDE tools for Eclipse are released using a different process. The 
artifacts are uploaded to the staging dist area and not published as Maven 
artifacts.</p>
+<p>The instructions assume that you plan to release version 1.3.0 and that the 
previous release was 1.2.2.</p>
 <p>Assuming that you plan to release version 1.3.0, you need to check out the 
project, ensure no local changes are present, and run</p>
 <p><code>make release RELEASE_VERSION=1.3.0 
NEXT_VERSION=1.3.1-SNAPSHOT</code></p>
 <p>At the end of the execution the artifact will be uploaded to 
https://dist.apache.org/repos/dist/dev/sling/ide-tooling/1.3.0 .</p>
@@ -438,19 +439,15 @@ This majority vote is open for at least 72 hours
 <ol>
 <li>announce the result of the vote, see <a href="#wait-for-the-results">Wait 
for the results</a></li>
 <li>update versions in jira, see <a href="#update-jira">Update JIRA</a></li>
-<li>upload <em>p2update.zip</em> to 
https://dist.apache.org/repos/dist/release/sling/1.3.0</li>
+<li>upload <em>p2update.zip</em> (with signatures and checksums) to 
https://dist.apache.org/repos/dist/release/sling</li>
 <li>upload unzipped update site to 
https://dist.apache.org/repos/dist/release/sling/eclipse/1.3.0</li>
-<li>upload the source bundle to 
https://dist.apache.org/repos/dist/release/sling/eclipse/1.3.0
-<ol>
-<li>create GPG signatures and checksums for all uploaded jars using the 
<code>ide-tooling/sign.sh</code> script</li>
-</ol>
-</li>
-<li>update 
https://dist.apache.org/repos/dist/release/sling/eclipse/composite{Content,Artifacts}.xml
 to point version 1.3.0
+<li>upload the source bundle to 
https://dist.apache.org/repos/dist/release/sling/eclipse/1.3.0</li>
+<li>update 
https://dist.apache.org/repos/dist/release/sling/eclipse/composite{Content,Artifacts}.xml
 to point version 1.3.0 instead of 1.2.2
 <ol>
 <li>The timestamps in the composite xml files should be refreshed to 
&quot;now&quot;, for instance by using the value of <code>echo &quot;`date 
+%s`000&quot;</code></li>
 </ol>
 </li>
-<li>remove the old artifact versions but leave pointers to archive.apache.org, 
using compositeArtifacts.xml/compositeContent.xml , with a single child entry 
pointing to https://archive.apache.org/dist/sling/eclipse/1.2.4/</li>
+<li>remove the old update site from 
https://dist.apache.org/repos/dist/release/sling/eclipse/1.2.2/ versions but 
leave pointers to archive.apache.org, using 
compositeArtifacts.xml/compositeContent.xml , with a single child entry 
pointing to https://archive.apache.org/dist/sling/eclipse/1.2.2/</li>
 <li>remove the staged artifacts from 
https://dist.apache.org/repos/dist/dev/sling/ide-tooling-1.3.0</li>
 <li>update the news page and the download pages</li>
 <li>update the Eclipse Marketplace listing</li>
@@ -524,7 +521,7 @@ $ svn up KEYS
                             
content/documentation/development/release-management.md
                         </a>
                     </div>                    <div class="revisionInfo">
-                        Last modified by <span class="author">Robert 
Munteanu</span> on <span class="comment">2025-09-22</span>
+                        Last modified by <span class="author">Robert 
Munteanu</span> on <span class="comment">2025-09-25</span>
                     </div><p>
                         Apache Sling, Sling, Apache, the ASF logo, and the 
Apache Sling project
     logo are trademarks of The Apache Software Foundation. All other marks 
mentioned 
diff --git a/downloads.html b/downloads.html
index a33740905..142e45995 100644
--- a/downloads.html
+++ b/downloads.html
@@ -199,8 +199,8 @@
                                                 <tr>
                                                     
<th>Artifact</th><th>Version</th><th>Provides</th><th>Update Site</th>
                                                 </tr>
-                                            </thead><tbody><tr><td>Sling IDE 
Tooling for Eclipse</td><td>1.2.2</td><td>A p2 update site which can be 
installed in Eclipse.</td><td><a href="[preferred]sling/eclipse/1.2.2">Update 
site</a><span class="digestLinks">
-                                                             (<a 
href="https://downloads.apache.org/sling/eclipse/1.2.2.asc";>asc</a>, <a 
href="https://downloads.apache.org/sling/eclipse/1.2.2.sha1";>sha1</a>)
+                                            </thead><tbody><tr><td>Sling IDE 
Tooling for Eclipse</td><td>1.3.0</td><td>A p2 update site which can be 
installed in Eclipse.</td><td><a href="[preferred]sling/eclipse/1.3.0">Update 
site</a><span class="digestLinks">
+                                                             (<a 
href="https://downloads.apache.org/sling/eclipse/1.3.0.asc";>asc</a>, <a 
href="https://downloads.apache.org/sling/eclipse/1.3.0.sha1";>sha1</a>)
                                                         </span>
                                                     
</td></tr></tbody></table><h3>Sling OSGi Bundles</h3><div class="footnoteLink">
                                             Not all sha* links work for source 
zip archives,  (<a href="https://issues.apache.org/jira/browse/SLING-7534";>
diff --git a/pagefind/fragment/en_2541eb4.pf_fragment 
b/pagefind/fragment/en_2541eb4.pf_fragment
new file mode 100644
index 000000000..f7afd4b0b
Binary files /dev/null and b/pagefind/fragment/en_2541eb4.pf_fragment differ
diff --git a/pagefind/fragment/en_61f0cba.pf_fragment 
b/pagefind/fragment/en_61f0cba.pf_fragment
new file mode 100644
index 000000000..fded35384
Binary files /dev/null and b/pagefind/fragment/en_61f0cba.pf_fragment differ
diff --git a/pagefind/fragment/en_8a3716c.pf_fragment 
b/pagefind/fragment/en_8a3716c.pf_fragment
deleted file mode 100644
index adbb90e28..000000000
Binary files a/pagefind/fragment/en_8a3716c.pf_fragment and /dev/null differ
diff --git a/pagefind/fragment/en_ecf2b09.pf_fragment 
b/pagefind/fragment/en_ecf2b09.pf_fragment
deleted file mode 100644
index b73f5ad34..000000000
Binary files a/pagefind/fragment/en_ecf2b09.pf_fragment and /dev/null differ
diff --git a/pagefind/index/en_108d158.pf_index 
b/pagefind/index/en_108d158.pf_index
deleted file mode 100644
index 5d2c8f5bb..000000000
Binary files a/pagefind/index/en_108d158.pf_index and /dev/null differ
diff --git a/pagefind/index/en_1ae27f4.pf_index 
b/pagefind/index/en_1ae27f4.pf_index
deleted file mode 100644
index 0f515b242..000000000
Binary files a/pagefind/index/en_1ae27f4.pf_index and /dev/null differ
diff --git a/pagefind/index/en_1ecf39f.pf_index 
b/pagefind/index/en_1ecf39f.pf_index
new file mode 100644
index 000000000..e94965c74
Binary files /dev/null and b/pagefind/index/en_1ecf39f.pf_index differ
diff --git a/pagefind/index/en_1f3aab3.pf_index 
b/pagefind/index/en_1f3aab3.pf_index
new file mode 100644
index 000000000..e577df426
Binary files /dev/null and b/pagefind/index/en_1f3aab3.pf_index differ
diff --git a/pagefind/index/en_22838f3.pf_index 
b/pagefind/index/en_22838f3.pf_index
deleted file mode 100644
index 0f6932a8a..000000000
Binary files a/pagefind/index/en_22838f3.pf_index and /dev/null differ
diff --git a/pagefind/index/en_25f93bf.pf_index 
b/pagefind/index/en_25f93bf.pf_index
new file mode 100644
index 000000000..be678bdb8
Binary files /dev/null and b/pagefind/index/en_25f93bf.pf_index differ
diff --git a/pagefind/index/en_2e8966f.pf_index 
b/pagefind/index/en_2e8966f.pf_index
new file mode 100644
index 000000000..a74f39c46
Binary files /dev/null and b/pagefind/index/en_2e8966f.pf_index differ
diff --git a/pagefind/index/en_2eb414a.pf_index 
b/pagefind/index/en_2eb414a.pf_index
deleted file mode 100644
index 69832f10e..000000000
Binary files a/pagefind/index/en_2eb414a.pf_index and /dev/null differ
diff --git a/pagefind/index/en_30e2846.pf_index 
b/pagefind/index/en_30e2846.pf_index
deleted file mode 100644
index 9e957dd2f..000000000
Binary files a/pagefind/index/en_30e2846.pf_index and /dev/null differ
diff --git a/pagefind/index/en_38125f0.pf_index 
b/pagefind/index/en_38125f0.pf_index
deleted file mode 100644
index 55bf04bb4..000000000
Binary files a/pagefind/index/en_38125f0.pf_index and /dev/null differ
diff --git a/pagefind/index/en_3ba33a4.pf_index 
b/pagefind/index/en_3ba33a4.pf_index
new file mode 100644
index 000000000..ff6c68e8a
Binary files /dev/null and b/pagefind/index/en_3ba33a4.pf_index differ
diff --git a/pagefind/index/en_41ecc5b.pf_index 
b/pagefind/index/en_41ecc5b.pf_index
new file mode 100644
index 000000000..f2dee8a75
Binary files /dev/null and b/pagefind/index/en_41ecc5b.pf_index differ
diff --git a/pagefind/index/en_42a34f3.pf_index 
b/pagefind/index/en_42a34f3.pf_index
deleted file mode 100644
index b35634a08..000000000
Binary files a/pagefind/index/en_42a34f3.pf_index and /dev/null differ
diff --git a/pagefind/index/en_4902032.pf_index 
b/pagefind/index/en_4902032.pf_index
new file mode 100644
index 000000000..464fa69e4
Binary files /dev/null and b/pagefind/index/en_4902032.pf_index differ
diff --git a/pagefind/index/en_49bee32.pf_index 
b/pagefind/index/en_49bee32.pf_index
new file mode 100644
index 000000000..8fa3d123f
Binary files /dev/null and b/pagefind/index/en_49bee32.pf_index differ
diff --git a/pagefind/index/en_5018d4e.pf_index 
b/pagefind/index/en_5018d4e.pf_index
new file mode 100644
index 000000000..0919ffdbe
Binary files /dev/null and b/pagefind/index/en_5018d4e.pf_index differ
diff --git a/pagefind/index/en_5f56d26.pf_index 
b/pagefind/index/en_5f56d26.pf_index
new file mode 100644
index 000000000..d641020dc
Binary files /dev/null and b/pagefind/index/en_5f56d26.pf_index differ
diff --git a/pagefind/index/en_7b8a1be.pf_index 
b/pagefind/index/en_7b8a1be.pf_index
new file mode 100644
index 000000000..181d3335d
Binary files /dev/null and b/pagefind/index/en_7b8a1be.pf_index differ
diff --git a/pagefind/index/en_893289f.pf_index 
b/pagefind/index/en_893289f.pf_index
deleted file mode 100644
index f6bb8ca0b..000000000
Binary files a/pagefind/index/en_893289f.pf_index and /dev/null differ
diff --git a/pagefind/index/en_8998bfc.pf_index 
b/pagefind/index/en_8998bfc.pf_index
deleted file mode 100644
index 0e3154065..000000000
Binary files a/pagefind/index/en_8998bfc.pf_index and /dev/null differ
diff --git a/pagefind/index/en_8c65182.pf_index 
b/pagefind/index/en_8c65182.pf_index
deleted file mode 100644
index 3018e6f56..000000000
Binary files a/pagefind/index/en_8c65182.pf_index and /dev/null differ
diff --git a/pagefind/index/en_9748124.pf_index 
b/pagefind/index/en_9748124.pf_index
new file mode 100644
index 000000000..755f9bf69
Binary files /dev/null and b/pagefind/index/en_9748124.pf_index differ
diff --git a/pagefind/index/en_a55025c.pf_index 
b/pagefind/index/en_a55025c.pf_index
new file mode 100644
index 000000000..7b308e681
Binary files /dev/null and b/pagefind/index/en_a55025c.pf_index differ
diff --git a/pagefind/index/en_adff34d.pf_index 
b/pagefind/index/en_adff34d.pf_index
deleted file mode 100644
index 193fe8be5..000000000
Binary files a/pagefind/index/en_adff34d.pf_index and /dev/null differ
diff --git a/pagefind/index/en_bec0132.pf_index 
b/pagefind/index/en_bec0132.pf_index
deleted file mode 100644
index 95544aae3..000000000
Binary files a/pagefind/index/en_bec0132.pf_index and /dev/null differ
diff --git a/pagefind/index/en_cbe2a72.pf_index 
b/pagefind/index/en_cbe2a72.pf_index
new file mode 100644
index 000000000..0f838c44c
Binary files /dev/null and b/pagefind/index/en_cbe2a72.pf_index differ
diff --git a/pagefind/index/en_cc6683a.pf_index 
b/pagefind/index/en_cc6683a.pf_index
deleted file mode 100644
index 885bebbec..000000000
Binary files a/pagefind/index/en_cc6683a.pf_index and /dev/null differ
diff --git a/pagefind/index/en_cc66ba7.pf_index 
b/pagefind/index/en_cc66ba7.pf_index
deleted file mode 100644
index 025b5b5ca..000000000
Binary files a/pagefind/index/en_cc66ba7.pf_index and /dev/null differ
diff --git a/pagefind/index/en_ce34b72.pf_index 
b/pagefind/index/en_ce34b72.pf_index
new file mode 100644
index 000000000..ff9477d97
Binary files /dev/null and b/pagefind/index/en_ce34b72.pf_index differ
diff --git a/pagefind/index/en_dac47c1.pf_index 
b/pagefind/index/en_dac47c1.pf_index
deleted file mode 100644
index 5f4c0276c..000000000
Binary files a/pagefind/index/en_dac47c1.pf_index and /dev/null differ
diff --git a/pagefind/index/en_e3bac3e.pf_index 
b/pagefind/index/en_e3bac3e.pf_index
deleted file mode 100644
index 204be81ef..000000000
Binary files a/pagefind/index/en_e3bac3e.pf_index and /dev/null differ
diff --git a/pagefind/index/en_e694a63.pf_index 
b/pagefind/index/en_e694a63.pf_index
deleted file mode 100644
index 1364948c9..000000000
Binary files a/pagefind/index/en_e694a63.pf_index and /dev/null differ
diff --git a/pagefind/index/en_ea4076c.pf_index 
b/pagefind/index/en_ea4076c.pf_index
deleted file mode 100644
index 3c703c4ff..000000000
Binary files a/pagefind/index/en_ea4076c.pf_index and /dev/null differ
diff --git a/pagefind/index/en_ea5aca1.pf_index 
b/pagefind/index/en_ea5aca1.pf_index
new file mode 100644
index 000000000..8d48954e1
Binary files /dev/null and b/pagefind/index/en_ea5aca1.pf_index differ
diff --git a/pagefind/index/en_f26a2f3.pf_index 
b/pagefind/index/en_f26a2f3.pf_index
new file mode 100644
index 000000000..2114b321b
Binary files /dev/null and b/pagefind/index/en_f26a2f3.pf_index differ
diff --git a/pagefind/index/en_f515327.pf_index 
b/pagefind/index/en_f515327.pf_index
new file mode 100644
index 000000000..f3338eafe
Binary files /dev/null and b/pagefind/index/en_f515327.pf_index differ
diff --git a/pagefind/pagefind-entry.json b/pagefind/pagefind-entry.json
index ee51d2d07..2117c57aa 100644
--- a/pagefind/pagefind-entry.json
+++ b/pagefind/pagefind-entry.json
@@ -1 +1 @@
-{"version":"1.4.0","languages":{"en":{"hash":"en_2d521dfd2b","wasm":"en","page_count":189}},"include_characters":["_","‿","⁀","⁔","︳","︴","﹍","﹎","﹏","_"]}
\ No newline at end of file
+{"version":"1.4.0","languages":{"en":{"hash":"en_c8226254db","wasm":"en","page_count":189}},"include_characters":["_","‿","⁀","⁔","︳","︴","﹍","﹎","﹏","_"]}
\ No newline at end of file
diff --git a/pagefind/pagefind.en_2d521dfd2b.pf_meta 
b/pagefind/pagefind.en_2d521dfd2b.pf_meta
deleted file mode 100644
index 9fd0651c3..000000000
Binary files a/pagefind/pagefind.en_2d521dfd2b.pf_meta and /dev/null differ
diff --git a/pagefind/pagefind.en_c8226254db.pf_meta 
b/pagefind/pagefind.en_c8226254db.pf_meta
new file mode 100644
index 000000000..3eaf17971
Binary files /dev/null and b/pagefind/pagefind.en_c8226254db.pf_meta differ
diff --git a/releases.html b/releases.html
index ae264f554..e71f1a38c 100644
--- a/releases.html
+++ b/releases.html
@@ -125,7 +125,8 @@
 <div class="row" data-pagefind-body="true"><div><section><p>This is a list of 
all our releases, available from our <a href="/downloads.cgi">downloads</a> 
page.</p>
 <h2><a href="#september-2025" id="september-2025">September 2025</a></h2>
 <ul>
-<li>JCR Resource 3.3.4 (21st(</li>
+<li>IDE Tooling for Eclipse 1.3.0 (25th)</li>
+<li>JCR Resource 3.3.4 (21st)</li>
 <li>Resource Resolver 2.0.2 (10th)</li>
 <li>Scripting HTL Engine 2.0.0-1.4.0 (8th)</li>
 <li>XSS Protection API 2.4.8, Feature Launcher Maven Plugin 0.1.10 (8th)</li>
@@ -2717,7 +2718,7 @@
                             content/releases.md
                         </a>
                     </div>                    <div class="revisionInfo">
-                        Last modified by <span class="author">Joerg Hoh</span> 
on <span class="comment">2025-09-21</span>
+                        Last modified by <span class="author">Robert 
Munteanu</span> on <span class="comment">2025-09-25</span>
                     </div><p>
                         Apache Sling, Sling, Apache, the ASF logo, and the 
Apache Sling project
     logo are trademarks of The Apache Software Foundation. All other marks 
mentioned 
diff --git a/sitemap.xml b/sitemap.xml
index 09a9cdf2c..bbb801505 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd";>
     <url>
-        
<loc>https://sling.apache.org/releases.html</loc><lastmod>2025-09-21</lastmod>
+        
<loc>https://sling.apache.org/releases.html</loc><lastmod>2025-09-25</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/release-management.html</loc><lastmod>2025-09-22</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/release-management.html</loc><lastmod>2025-09-25</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html</loc><lastmod>2025-08-19</lastmod>
     </url><url>
@@ -11,373 +11,373 @@
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/null-analysis.html</loc><lastmod>2025-07-18</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/content-distribution.html</loc><lastmod>2025-07-15</lastmod>
+        
<loc>https://sling.apache.org/security/log4shell.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/servlets.html</loc><lastmod>2025-07-17</lastmod>
+        
<loc>https://sling.apache.org/security/CVE-2023-6378.html</loc><lastmod>2024-02-06</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/news.html</loc><lastmod>2025-06-28</lastmod>
+        
<loc>https://sling.apache.org/project-information/project-license.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html</loc><lastmod>2025-06-26</lastmod>
+        
<loc>https://sling.apache.org/old-stuff/servlet-resolution.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/resources.html</loc><lastmod>2025-06-10</lastmod>
+        
<loc>https://sling.apache.org/project-information.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/hamcrest.html</loc><lastmod>2025-06-17</lastmod>
+        
<loc>https://sling.apache.org/project-information/apache-sling-community-roles-and-processes.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-api-crud-support.html</loc><lastmod>2025-06-02</lastmod>
+        
<loc>https://sling.apache.org/project-information/security.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.html</loc><lastmod>2025-05-27</lastmod>
+        
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/xslt-processing-pipeline.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-htl.html</loc><lastmod>2025-05-14</lastmod>
+        
<loc>https://sling.apache.org/project-information/project-team.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/internationalization-support-i18n.html</loc><lastmod>2025-05-13</lastmod>
+        
<loc>https://sling.apache.org/old-stuff/sling-api.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/logging.html</loc><lastmod>2025-04-29</lastmod>
+        
<loc>https://sling.apache.org/old-stuff/run-modes-org-apache-sling-runmode.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/testing-paxexam.html</loc><lastmod>2025-04-23</lastmod>
+        
<loc>https://sling.apache.org/old-stuff/scriptengineintegration.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/legacy/logging.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/old-stuff/request-processing.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/project-information/project-license.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/news/sling-launchpad-9-released.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/old-stuff/servlet-resolution.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/old-stuff.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/security/log4shell.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/old-stuff/launch-sling.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/project-information.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/news/sling-launchpad-8-released.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/project-information/apache-sling-community-roles-and-processes.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/groovy-support.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/project-information/security.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/old-stuff/assembly.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/xslt-processing-pipeline.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/news/sling-ide-tooling-12-released.html</loc><lastmod>2018-01-21</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/project-information/project-team.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/news/sling-ide-tooling-11-released.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/old-stuff/sling-api.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/news/sling-10-released.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/groovy-support.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/news/sling-13-released.html</loc><lastmod>2025-01-14</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/old-stuff/run-modes-org-apache-sling-runmode.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/news/sling-12-released.html</loc><lastmod>2025-01-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/news/sling-10-released.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/news/sling-11-released.html</loc><lastmod>2018-10-23</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/news.html</loc><lastmod>2025-06-28</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/guides.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-properties.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/media.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/errors/404.html</loc><lastmod>2018-12-19</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/default-mapping-and-rendering.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/news/sling-launchpad-9-released.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/links.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/media.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/errors/403.html</loc><lastmod>2017-10-07</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/testing-sling-based-applications.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/request-parameters.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/index.html</loc><lastmod>2023-10-02</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/jackrabbit-persistence.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/news/sling-launchpad-8-released.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-properties.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/links.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/tutorials-how-tos.html</loc><lastmod>2020-08-06</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/testing-sling-based-applications.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/wrap-or-decorate-resources.html</loc><lastmod>2021-05-19</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/url-decomposition.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-api-crud-support.html</loc><lastmod>2025-06-02</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-tasks.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html</loc><lastmod>2018-01-05</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/jackrabbit-persistence.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/url-decomposition.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/tutorials-how-tos/46-line-blog.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/architecture.html</loc><lastmod>2025-04-16</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/sling.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/the-sling-launchpad.html</loc><lastmod>2022-03-21</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/repository-based-development.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/resources.html</loc><lastmod>2025-06-10</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/maven-archetypes.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/request-parameters.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/adapters.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/servlets.html</loc><lastmod>2025-07-17</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/version-policy.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/request-listeners.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/sling-testing-tools.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/service-authentication.html</loc><lastmod>2022-12-02</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/maventipsandtricks.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.html</loc><lastmod>2025-05-27</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/getting-started/discover-sling-in-15-minutes.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/slingstart.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/default-mapping-and-rendering.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/maven-launchpad-plugin.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/featureflags.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/jspc.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/errorhandling.html</loc><lastmod>2023-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/ide-tooling/ide-tooling-incremental-build.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-tasks.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/dispatching-requests.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/htl-maven-plugin.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-framework.html</loc><lastmod>2021-04-21</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-query.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/readers.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/architecture.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/validation.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication.html</loc><lastmod>2018-05-14</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-query/methods.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-health-checks.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/adapters.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/scripting.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html</loc><lastmod>2025-01-17</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/scheduler-service-commons-scheduler.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-actors.html</loc><lastmod>2017-11-22</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/getting-and-building-sling.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/execution-monitoring.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/karaf.html</loc><lastmod>2022-03-06</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-health-check-tool.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/feature-model/howtos/kickstart.html</loc><lastmod>2020-06-18</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-thymeleaf.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/getting-started.html</loc><lastmod>2022-03-21</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-health-check-tool-deprecated.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/pax-exam-utils.html</loc><lastmod>2017-12-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-jsp.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/getting-started/discover-sling-in-15-minutes.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/resource-editor.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/legacy/logging.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/nosql-resource-providers.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/feature-model/howtos/sling-with-custom-project.html</loc><lastmod>2020-06-18</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/feature-model/howtos/create-sling-fm.html</loc><lastmod>2020-06-18</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/jcr-installer-provider.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/version-policy.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-override.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/feature-model/howtos/create-sling-composite.html</loc><lastmod>2020-06-18</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/datasource-providers.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/testing-paxexam.html</loc><lastmod>2025-04-23</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/feature-model/feature-model-howto.html</loc><lastmod>2020-06-18</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/resource-merger.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/slingstart.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/request-analysis.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/sling.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/mime-type-support-commons-mime.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/repository-based-development.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/installer-provider-installhook.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/sling-testing-tools.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/dynamic-includes.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/osgi-mock.html</loc><lastmod>2024-04-22</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/repository-initialization.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/resourceresolver-mock.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/metrics.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/monitoring-requests.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/log-tracers.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/maven-archetypes.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/hapi.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/jcr-mock.html</loc><lastmod>2023-04-27</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/distribution.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/maventipsandtricks.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/logging.html</loc><lastmod>2025-04-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/maven-usage.html</loc><lastmod>2017-11-22</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/jsr-305.html</loc><lastmod>2018-08-18</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/commons-crypto.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/maven-launchpad-plugin.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/jspc.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/configuration-installer-factory.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/htl-maven-plugin.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/apidocs.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/embedding-sling.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/contributing.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/issue-tracker.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/news/sling-ide-tooling-11-released.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/hamcrest.html</loc><lastmod>2025-06-17</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/old-stuff/scriptengineintegration.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/ide-tooling.html</loc><lastmod>2022-11-28</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/old-stuff/request-processing.html</loc><lastmod>2018-07-13</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/getting-and-building-sling.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/news/sling-13-released.html</loc><lastmod>2025-01-14</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/ide-tooling/ide-tooling-incremental-build.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/security/CVE-2023-6378.html</loc><lastmod>2024-02-06</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/feature-model.html</loc><lastmod>2020-06-18</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/old-stuff.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/development.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/old-stuff/launch-sling.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/client-request-logging.html</loc><lastmod>2023-05-17</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/old-stuff/assembly.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/web-console-extensions.html</loc><lastmod>2022-05-31</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/news/sling-ide-tooling-12-released.html</loc><lastmod>2018-01-21</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/deprecating-sling-modules.html</loc><lastmod>2024-12-10</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/guides.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/configuration.html</loc><lastmod>2019-07-26</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/validation.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/errors/404.html</loc><lastmod>2018-12-19</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/dependency-management.html</loc><lastmod>2024-01-04</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/tutorials-how-tos.html</loc><lastmod>2020-08-06</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/content-packages.html</loc><lastmod>2022-03-08</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/wrap-or-decorate-resources.html</loc><lastmod>2021-05-19</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/xml-support.html</loc><lastmod>2017-11-22</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/featureflags.html</loc><lastmod>2018-07-13</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-query.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/news/sling-12-released.html</loc><lastmod>2025-01-13</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-query/modifiers.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/errors/403.html</loc><lastmod>2017-10-07</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-query/basic-ideas.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html</loc><lastmod>2018-01-05</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-query/vs-jcr.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/request-listeners.html</loc><lastmod>2018-07-13</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-query/methods.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/errorhandling.html</loc><lastmod>2023-07-13</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/subsystem-installer-factory.html</loc><lastmod>2020-03-30</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html</loc><lastmod>2025-01-17</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-query/selectors.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/news/sling-11-released.html</loc><lastmod>2018-10-23</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-query/hierarchy-operators.html</loc><lastmod>2018-01-04</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/index.html</loc><lastmod>2023-10-02</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/writers.html</loc><lastmod>2022-07-22</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/the-sling-launchpad.html</loc><lastmod>2022-03-21</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-settings-org-apache-sling-settings.html</loc><lastmod>2020-09-18</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/service-authentication.html</loc><lastmod>2022-12-02</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-query/operators.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/dispatching-requests.html</loc><lastmod>2018-07-13</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-query/examples.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-framework.html</loc><lastmod>2021-04-21</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/readers.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-oak-restrictions.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/karaf.html</loc><lastmod>2022-03-06</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes.html</loc><lastmod>2022-03-04</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/feature-model/howtos/kickstart.html</loc><lastmod>2020-06-18</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/logical.html</loc><lastmod>2021-01-28</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/monitoring-requests.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-health-checks.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/jcr-mock.html</loc><lastmod>2023-04-27</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/execution-monitoring.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication.html</loc><lastmod>2018-05-14</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/samples.html</loc><lastmod>2021-01-28</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/getting-started.html</loc><lastmod>2022-03-21</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/bindings.html</loc><lastmod>2021-03-31</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/feature-model/howtos/create-sling-fm.html</loc><lastmod>2020-06-18</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/servlet-helpers.html</loc><lastmod>2020-06-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/issue-tracker.html</loc><lastmod>2018-07-13</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-htl.html</loc><lastmod>2025-05-14</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/pax-exam-utils.html</loc><lastmod>2017-12-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-health-check-tool.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/feature-model/howtos/create-sling-composite.html</loc><lastmod>2020-06-18</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-thymeleaf.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/osgi-mock.html</loc><lastmod>2024-04-22</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-health-check-tool-deprecated.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/maven-usage.html</loc><lastmod>2017-11-22</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-jsp.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/jsr-305.html</loc><lastmod>2018-08-18</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/resource-editor.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/ide-tooling.html</loc><lastmod>2022-11-28</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/scripting.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-actors.html</loc><lastmod>2017-11-22</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/scheduler-service-commons-scheduler.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/feature-model/howtos/sling-with-custom-project.html</loc><lastmod>2020-06-18</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/resource-access-security.html</loc><lastmod>2021-11-04</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/feature-model/feature-model-howto.html</loc><lastmod>2020-06-18</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/resource-merger.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/resourceresolver-mock.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/request-analysis.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/embedding-sling.html</loc><lastmod>2018-07-13</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/resource-filter.html</loc><lastmod>2021-01-02</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/client-request-logging.html</loc><lastmod>2023-05-17</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/repository-initialization.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/web-console-extensions.html</loc><lastmod>2022-05-31</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/rendering-content-default-get-servlets.html</loc><lastmod>2024-09-30</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-query/modifiers.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/nosql-resource-providers.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-query/basic-ideas.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html</loc><lastmod>2018-07-10</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-oak-restrictions.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/models.html</loc><lastmod>2023-07-08</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/servlet-helpers.html</loc><lastmod>2020-06-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/osgi-installer.html</loc><lastmod>2022-12-05</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/deprecating-sling-modules.html</loc><lastmod>2024-12-10</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/org-apache-sling-junit-bundles.html</loc><lastmod>2020-10-22</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/configuration.html</loc><lastmod>2019-07-26</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-query/vs-jcr.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.html</loc><lastmod>2022-02-04</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes.html</loc><lastmod>2022-03-04</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/mime-type-support-commons-mime.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/logical.html</loc><lastmod>2021-01-28</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/metrics.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/dependency-management.html</loc><lastmod>2024-01-04</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/jcr-installer-provider.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/subsystem-installer-factory.html</loc><lastmod>2020-03-30</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/graphql-core.html</loc><lastmod>2021-07-26</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-query/selectors.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/internationalization-support-i18n.html</loc><lastmod>2025-05-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-query/hierarchy-operators.html</loc><lastmod>2018-01-04</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/file-installer-provider.html</loc><lastmod>2021-12-01</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/writers.html</loc><lastmod>2022-07-22</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html</loc><lastmod>2022-11-18</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/feature-model.html</loc><lastmod>2020-06-18</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/installer-provider-installhook.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/content-packages.html</loc><lastmod>2022-03-08</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/log-tracers.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/xml-support.html</loc><lastmod>2017-11-22</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/hapi.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-settings-org-apache-sling-settings.html</loc><lastmod>2020-09-18</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/discovery-api-and-impl.html</loc><lastmod>2018-07-17</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-query/operators.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-override.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-query/examples.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/datasource-providers.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/samples.html</loc><lastmod>2021-01-28</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/bindings.html</loc><lastmod>2021-03-31</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/dynamic-includes.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/rendering-content-default-get-servlets.html</loc><lastmod>2024-09-30</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html</loc><lastmod>2025-06-26</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/graphql-core.html</loc><lastmod>2021-07-26</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/distribution.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/discovery-api-and-impl.html</loc><lastmod>2018-07-17</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/resource-access-security.html</loc><lastmod>2021-11-04</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/content-distribution.html</loc><lastmod>2025-07-15</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html</loc><lastmod>2018-07-10</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/commons-crypto.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/models.html</loc><lastmod>2023-07-08</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/connection-timeout-agent.html</loc><lastmod>2025-01-27</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.html</loc><lastmod>2022-02-04</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/caching-services.html</loc><lastmod>2017-11-22</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/file-installer-provider.html</loc><lastmod>2021-12-01</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/content-package-installer-factory.html</loc><lastmod>2021-05-10</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/osgi-installer.html</loc><lastmod>2022-12-05</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/configuration-installer-factory.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html</loc><lastmod>2022-11-18</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/bundle-resources-extensions-bundleresource.html</loc><lastmod>2018-02-04</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/content-package-installer-factory.html</loc><lastmod>2021-05-10</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/resource-filter.html</loc><lastmod>2021-01-02</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/commons-html-utilities.html</loc><lastmod>2019-07-18</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/org-apache-sling-junit-bundles.html</loc><lastmod>2020-10-22</lastmod>
+        
<loc>https://sling.apache.org/documentation.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/apache-sling-commons-thread-pool.html</loc><lastmod>2022-01-10</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/connection-timeout-agent.html</loc><lastmod>2025-01-27</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/caching-services.html</loc><lastmod>2017-11-22</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles.html</loc><lastmod>2021-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/bundle-resources-extensions-bundleresource.html</loc><lastmod>2018-02-04</lastmod>
+        
<loc>https://sling.apache.org/documentation/apidocs.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/commons-html-utilities.html</loc><lastmod>2019-07-18</lastmod>
+        
<loc>https://sling.apache.org/contributing.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/sitemap.html</loc><lastmod>2021-07-26</lastmod>
     </url><url>

Reply via email to