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-reporting-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new 57a446a  Bump m-invoker-p to 3.9.1 for Java 25
57a446a is described below

commit 57a446adc6e27a6b3b914eae3b102c1263710ce4
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Nov 2 23:14:49 2025 +0100

    Bump m-invoker-p to 3.9.1 for Java 25
---
 pom.xml           |  6 ++++--
 src/site/site.xml | 10 +++-------
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index d59850a..e80ee93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,9 +60,11 @@
     <mavenVersion>3.6.3</mavenVersion>
     <resolverVersion>1.4.1</resolverVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
-    <sitePluginVersion>3.20.0</sitePluginVersion>
-    <projectInfoReportsPluginVersion>3.7.0</projectInfoReportsPluginVersion>
+    <sitePluginVersion>${version.maven-site-plugin}</sitePluginVersion>
+    
<projectInfoReportsPluginVersion>${version.maven-project-info-reports-plugin}</projectInfoReportsPluginVersion>
     
<project.build.outputTimestamp>2024-10-15T18:22:20Z</project.build.outputTimestamp>
+
+    <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
   </properties>
 
   <dependencies>
diff --git a/src/site/site.xml b/src/site/site.xml
index f30aab5..349567c 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -18,17 +18,13 @@ KIND, either express or implied.  See the License for the
 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="Javadoc" href="apidocs/index.html"/>
       <item name="Source Xref" href="xref/index.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="Download" href="download.html"/>
     </menu>
@@ -36,4 +32,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
+</site>

Reply via email to