This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 1932ccc85 Upgrade to the 2.0.0 Maven site model
1932ccc85 is described below
commit 1932ccc85401fe02dff409118b7f11e901140cb1
Author: Andreas Veithen <[email protected]>
AuthorDate: Mon Sep 16 19:02:23 2024 +0100
Upgrade to the 2.0.0 Maven site model
---
axiom-compat/src/site/site.xml | 4 ++--
implementations/axiom-dom/src/site/site.xml | 4 ++--
implementations/axiom-impl/src/site/site.xml | 4 ++--
implementations/src/site/site.xml | 4 ++--
src/site/site.xml | 10 ++++------
testing/src/site/site.xml | 4 ++--
testing/xml-truth/src/site/site.xml | 4 ++--
7 files changed, 16 insertions(+), 18 deletions(-)
diff --git a/axiom-compat/src/site/site.xml b/axiom-compat/src/site/site.xml
index 50837b9f9..faecaea3d 100644
--- a/axiom-compat/src/site/site.xml
+++ b/axiom-compat/src/site/site.xml
@@ -17,11 +17,11 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<project name="Compatibility Classes">
+<site xmlns="http://maven.apache.org/SITE/2.0.0" name="Compatibility Classes"
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>
<menu name="About">
<item name="Introduction" href="index.html"/>
<item name="Javadocs" href="apidocs/index.html"/>
</menu>
</body>
-</project>
+</site>
diff --git a/implementations/axiom-dom/src/site/site.xml
b/implementations/axiom-dom/src/site/site.xml
index f511e1ea8..c47d76ff8 100644
--- a/implementations/axiom-dom/src/site/site.xml
+++ b/implementations/axiom-dom/src/site/site.xml
@@ -17,8 +17,8 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<project>
+<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>
<menu ref="reports"/>
</body>
-</project>
+</site>
diff --git a/implementations/axiom-impl/src/site/site.xml
b/implementations/axiom-impl/src/site/site.xml
index f511e1ea8..c47d76ff8 100644
--- a/implementations/axiom-impl/src/site/site.xml
+++ b/implementations/axiom-impl/src/site/site.xml
@@ -17,8 +17,8 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<project>
+<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>
<menu ref="reports"/>
</body>
-</project>
+</site>
diff --git a/implementations/src/site/site.xml
b/implementations/src/site/site.xml
index 253de347f..1c1eaed46 100644
--- a/implementations/src/site/site.xml
+++ b/implementations/src/site/site.xml
@@ -17,9 +17,9 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<project>
+<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>
<menu ref="reports"/>
<menu ref="modules"/>
</body>
-</project>
+</site>
diff --git a/src/site/site.xml b/src/site/site.xml
index e7a89b8c3..6d66b6059 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,11 +17,9 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<project name="Axiom">
- <bannerLeft>
- <name>Apache Axiom</name>
- <src>images/logo.png</src>
- <href>http://ws.apache.org/axiom/index.html</href>
+<site xmlns="http://maven.apache.org/SITE/2.0.0" name="Axiom"
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">
+ <bannerLeft name="Apache Axiom"
href="http://ws.apache.org/axiom/index.html">
+ <image src="images/logo.png"/>
</bannerLeft>
<body>
<menu name="About">
@@ -75,4 +73,4 @@
<item name="Google Truth extension for XML"
href="testing/xml-truth/index.html"/>
</menu>
</body>
-</project>
+</site>
diff --git a/testing/src/site/site.xml b/testing/src/site/site.xml
index be10f09a0..b8fda5ef2 100644
--- a/testing/src/site/site.xml
+++ b/testing/src/site/site.xml
@@ -17,10 +17,10 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<project>
+<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>
<menu name="Modules">
<item name="Google Truth extension for XML"
href="xml-truth/index.html"/>
</menu>
</body>
-</project>
+</site>
diff --git a/testing/xml-truth/src/site/site.xml
b/testing/xml-truth/src/site/site.xml
index 5ba27a419..3114aea16 100644
--- a/testing/xml-truth/src/site/site.xml
+++ b/testing/xml-truth/src/site/site.xml
@@ -17,7 +17,7 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<project>
+<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>
<menu name="About">
<item name="Introduction" href="index.html"/>
@@ -25,4 +25,4 @@
<item name="Javadocs" href="apidocs/index.html"/>
</menu>
</body>
-</project>
+</site>