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

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


The following commit(s) were added to refs/heads/master by this push:
     new f2126e3  Migrate site descriptor to Doxia 2
f2126e3 is described below

commit f2126e33493c75ce1431d1a21fe95602ac3bacf9
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Dec 22 01:23:59 2025 +0100

    Migrate site descriptor to Doxia 2
---
 src/site/site.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 0bd0754..7db8fc1 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,17 +19,14 @@ 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";>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
       <item name="Plugin Documentation" href="plugin-info.html"/>
       <!-- <item name="Usage" href="usage.html"/> -->
-      <!-- <item name="FAQ" href="faq.html"/> -->
-      <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
-      <item name="License" href="http://www.apache.org/licenses/"/>
+      <item name="License" href="https://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>
     </menu>
     <menu name="Examples">
@@ -38,4 +35,4 @@ under the License.
       <item name="Script Context" href="script-context.html"/>
     </menu>
   </body>
-</project>
+</site>

Reply via email to