This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
The following commit(s) were added to refs/heads/master by this push: new 398c0938 Update site schema to 2.0.0 398c0938 is described below commit 398c0938d29ed40942caa09150f7be912739acd7 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Mon May 19 14:58:24 2025 +0100 Update site schema to 2.0.0 --- commons-geometry-core/src/site/site.xml | 12 +++++------- commons-geometry-enclosing/src/site/site.xml | 12 +++++------- commons-geometry-euclidean/src/site/site.xml | 12 +++++------- commons-geometry-spherical/src/site/site.xml | 12 +++++------- src/site/site.xml | 13 +++++++------ 5 files changed, 27 insertions(+), 34 deletions(-) diff --git a/commons-geometry-core/src/site/site.xml b/commons-geometry-core/src/site/site.xml index 38b72323..ec0627ec 100644 --- a/commons-geometry-core/src/site/site.xml +++ b/commons-geometry-core/src/site/site.xml @@ -15,12 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project name="Geometry"> - <bannerRight> - <name>Apache Commons Geometry</name> - <!-- Use a full URL allows a correct banner for the modules. --> - <src>https://commons.apache.org/proper/commons-geometry/images/commons_geometry.small.png</src> - <href>https://commons.apache.org/proper/commons-geometry/index.html</href> +<site name="Geometry"> + <!-- Use a full URL allows a correct banner for the modules. --> + <bannerRight name="Apache Commons Geometry" href="https://commons.apache.org/proper/commons-geometry/index.html"> + <image src="https://commons.apache.org/proper/commons-geometry/images/commons_geometry.small.png"/> </bannerRight> <body> @@ -40,4 +38,4 @@ </head> </body> -</project> +</site> diff --git a/commons-geometry-enclosing/src/site/site.xml b/commons-geometry-enclosing/src/site/site.xml index 581630ec..2e0adf4e 100644 --- a/commons-geometry-enclosing/src/site/site.xml +++ b/commons-geometry-enclosing/src/site/site.xml @@ -15,12 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project name="Geometry"> - <bannerRight> - <name>Apache Commons Geometry</name> - <!-- Use a full URL allows a correct banner for the modules. --> - <src>https://commons.apache.org/proper/commons-geometry/images/commons_geometry.small.png</src> - <href>https://commons.apache.org/proper/commons-geometry/index.html</href> +<site name="Geometry"> + <!-- Use a full URL allows a correct banner for the modules. --> + <bannerRight name="Apache Commons Geometry" href="https://commons.apache.org/proper/commons-geometry/index.html"> + <image src="https://commons.apache.org/proper/commons-geometry/images/commons_geometry.small.png"/> </bannerRight> <body> @@ -38,4 +36,4 @@ </head> </body> -</project> +</site> diff --git a/commons-geometry-euclidean/src/site/site.xml b/commons-geometry-euclidean/src/site/site.xml index 98c22b6e..2e4296e1 100644 --- a/commons-geometry-euclidean/src/site/site.xml +++ b/commons-geometry-euclidean/src/site/site.xml @@ -15,12 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project name="Geometry"> - <bannerRight> - <name>Apache Commons Geometry</name> - <!-- Use a full URL allows a correct banner for the modules. --> - <src>https://commons.apache.org/proper/commons-geometry/images/commons_geometry.small.png</src> - <href>https://commons.apache.org/proper/commons-geometry/index.html</href> +<site name="Geometry"> + <!-- Use a full URL allows a correct banner for the modules. --> + <bannerRight name="Apache Commons Geometry" href="https://commons.apache.org/proper/commons-geometry/index.html"> + <image src="https://commons.apache.org/proper/commons-geometry/images/commons_geometry.small.png"/> </bannerRight> <body> @@ -41,4 +39,4 @@ </head> </body> -</project> +</site> diff --git a/commons-geometry-spherical/src/site/site.xml b/commons-geometry-spherical/src/site/site.xml index 1d4d8b3b..ba6c16fa 100644 --- a/commons-geometry-spherical/src/site/site.xml +++ b/commons-geometry-spherical/src/site/site.xml @@ -15,12 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project name="Geometry"> - <bannerRight> - <name>Apache Commons Geometry</name> - <!-- Use a full URL allows a correct banner for the modules. --> - <src>https://commons.apache.org/proper/commons-geometry/images/commons_geometry.small.png</src> - <href>https://commons.apache.org/proper/commons-geometry/index.html</href> +<site name="Geometry"> + <!-- Use a full URL allows a correct banner for the modules. --> + <bannerRight name="Apache Commons Geometry" href="https://commons.apache.org/proper/commons-geometry/index.html"> + <image src="https://commons.apache.org/proper/commons-geometry/images/commons_geometry.small.png"/> </bannerRight> <body> @@ -40,4 +38,4 @@ </head> </body> -</project> +</site> diff --git a/src/site/site.xml b/src/site/site.xml index bdec023a..1b650156 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -15,11 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project name="Geometry"> - <bannerRight> - <name>Apache Commons Geometry</name> - <src>/images/commons_geometry.small.png</src> - <href>/index.html</href> +<site name="Geometry" + 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"> + <bannerRight name="Apache Commons Geometry" href="/index.html"> + <image src="/images/commons_geometry.small.png"/> </bannerRight> <skin> @@ -98,4 +99,4 @@ </commonsSkin> </custom> -</project> +</site>