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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


The following commit(s) were added to refs/heads/master by this push:
     new 203b07c  [MINDEXER-256] Update site descriptors (#428)
203b07c is described below

commit 203b07cae96b616fa3d2c699c762bb5408a3a6a2
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri May 30 21:36:45 2025 +0200

    [MINDEXER-256] Update site descriptors (#428)
    
    Better late then never.
    
    ---
    
    https://issues.apache.org/jira/browse/MINDEXER-256
---
 indexer-cli/src/site/site.xml                              | 6 +++---
 indexer-core/src/site/site.xml                             | 6 +++---
 indexer-examples/indexer-examples-basic/src/site/site.xml  | 6 +++---
 indexer-examples/indexer-examples-spring/src/site/site.xml | 6 +++---
 indexer-examples/src/site/site.xml                         | 6 +++---
 indexer-reader/src/site/site.xml                           | 6 +++---
 search-api/src/site/site.xml                               | 6 +++---
 search-backend-indexer/src/site/site.xml                   | 6 +++---
 search-backend-remoterepository/src/site/site.xml          | 6 +++---
 search-backend-smo/src/site/site.xml                       | 6 +++---
 src/site/site.xml                                          | 7 +++----
 11 files changed, 33 insertions(+), 34 deletions(-)

diff --git a/indexer-cli/src/site/site.xml b/indexer-cli/src/site/site.xml
index 5ab71c2..f1e4d85 100644
--- a/indexer-cli/src/site/site.xml
+++ b/indexer-cli/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";>
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";>
 
   <body>
 
@@ -39,4 +39,4 @@
 
   </body>
 
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/indexer-core/src/site/site.xml b/indexer-core/src/site/site.xml
index 5ab71c2..1452224 100644
--- a/indexer-core/src/site/site.xml
+++ b/indexer-core/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";>
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+      xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";>
 
   <body>
 
@@ -39,4 +39,4 @@
 
   </body>
 
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/indexer-examples/indexer-examples-basic/src/site/site.xml 
b/indexer-examples/indexer-examples-basic/src/site/site.xml
index 5ab71c2..1452224 100644
--- a/indexer-examples/indexer-examples-basic/src/site/site.xml
+++ b/indexer-examples/indexer-examples-basic/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";>
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+      xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";>
 
   <body>
 
@@ -39,4 +39,4 @@
 
   </body>
 
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/indexer-examples/indexer-examples-spring/src/site/site.xml 
b/indexer-examples/indexer-examples-spring/src/site/site.xml
index 5ab71c2..1452224 100644
--- a/indexer-examples/indexer-examples-spring/src/site/site.xml
+++ b/indexer-examples/indexer-examples-spring/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";>
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+      xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";>
 
   <body>
 
@@ -39,4 +39,4 @@
 
   </body>
 
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/indexer-examples/src/site/site.xml 
b/indexer-examples/src/site/site.xml
index 5d04943..77ce68a 100644
--- a/indexer-examples/src/site/site.xml
+++ b/indexer-examples/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";>
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+      xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";>
 
   <body>
 
@@ -39,4 +39,4 @@
 
   </body>
 
-</project>
+</site>
diff --git a/indexer-reader/src/site/site.xml b/indexer-reader/src/site/site.xml
index 5d04943..77ce68a 100644
--- a/indexer-reader/src/site/site.xml
+++ b/indexer-reader/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";>
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+      xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";>
 
   <body>
 
@@ -39,4 +39,4 @@
 
   </body>
 
-</project>
+</site>
diff --git a/search-api/src/site/site.xml b/search-api/src/site/site.xml
index 5d04943..77ce68a 100644
--- a/search-api/src/site/site.xml
+++ b/search-api/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";>
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+      xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";>
 
   <body>
 
@@ -39,4 +39,4 @@
 
   </body>
 
-</project>
+</site>
diff --git a/search-backend-indexer/src/site/site.xml 
b/search-backend-indexer/src/site/site.xml
index 5d04943..77ce68a 100644
--- a/search-backend-indexer/src/site/site.xml
+++ b/search-backend-indexer/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";>
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+      xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";>
 
   <body>
 
@@ -39,4 +39,4 @@
 
   </body>
 
-</project>
+</site>
diff --git a/search-backend-remoterepository/src/site/site.xml 
b/search-backend-remoterepository/src/site/site.xml
index 5d04943..77ce68a 100644
--- a/search-backend-remoterepository/src/site/site.xml
+++ b/search-backend-remoterepository/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";>
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+      xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";>
 
   <body>
 
@@ -39,4 +39,4 @@
 
   </body>
 
-</project>
+</site>
diff --git a/search-backend-smo/src/site/site.xml 
b/search-backend-smo/src/site/site.xml
index 5d04943..77ce68a 100644
--- a/search-backend-smo/src/site/site.xml
+++ b/search-backend-smo/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";>
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+      xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";>
 
   <body>
 
@@ -39,4 +39,4 @@
 
   </body>
 
-</project>
+</site>
diff --git a/src/site/site.xml b/src/site/site.xml
index 535e1fa..e26b348 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,9 +19,8 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+      xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";>
 
   <custom>
     <fluidoSkin>
@@ -51,4 +50,4 @@ under the License.
     <menu ref="modules" inherit="bottom" />
     <menu ref="reports" inherit="bottom" />
   </body>
-</project>
+</site>

Reply via email to