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

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


The following commit(s) were added to refs/heads/master by this push:
     new 58068b0  Update site descriptor
58068b0 is described below

commit 58068b00844766aa50a2db7e8354f61444ecc0cb
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Mar 25 08:43:10 2025 +0100

    Update site descriptor
---
 src/site/apt/examples/mojo.apt.vm | 5 ++---
 src/site/site.xml                 | 5 +++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/site/apt/examples/mojo.apt.vm 
b/src/site/apt/examples/mojo.apt.vm
index dce4999..1e3ae22 100644
--- a/src/site/apt/examples/mojo.apt.vm
+++ b/src/site/apt/examples/mojo.apt.vm
@@ -58,9 +58,8 @@ Using Maven File Management API In A MOJO
  * My MOJO
  */
 @Mojo( name = "myGoal" )
-public class MyMojo
-    extends AbstractMojo
-{
+public class MyMojo extends AbstractMojo {
+
     /**
      * A list of <code>fileSet</code> rules to select files and directories.
      */
diff --git a/src/site/site.xml b/src/site/site.xml
index 8e1611d..fe427e5 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,7 +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";>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -39,4 +40,4 @@ under the License.
       <item name="In a MOJO" href="examples/mojo.html"/>
     </menu>
   </body>
-</project>
+</site>

Reply via email to