This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch site-desc in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git
commit 1970085631d35195d88e46b0f9591525d213aeb8 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Tue Mar 31 22:16:40 2026 +0200 Update site descriptor to 2.0 --- src/site/site.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index 3bc12f8..84d0758 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,8 +19,8 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.8.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.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> <menu name="Overview"> <item name="Introduction" href="index.html"/> @@ -34,4 +34,4 @@ under the License. <menu ref="parent"/> <menu ref="reports"/> </body> -</project> +</site>
