You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/02/19 17:15:31 UTC

[maven-invoker-plugin] 01/01: Prepare for Doxia 2.0.0

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

michaelo pushed a commit to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git

commit 0952c9d714dd60d0b35096cddd31d63c2f6215d5
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Feb 19 18:13:51 2023 +0100

    Prepare for Doxia 2.0.0
---
 pom.xml                                              | 20 +++++++-------------
 .../apache/maven/plugins/invoker/InvokerReport.java  |  4 ++--
 2 files changed, 9 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index eeed375..a793f4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-invoker-plugin</artifactId>
-  <version>3.5.1-SNAPSHOT</version>
+  <version>3.6.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Invoker Plugin</name>
@@ -66,7 +66,7 @@ under the License.
     <beanshell-groupId>org.apache-extras.beanshell</beanshell-groupId>
     <beanshell-artifactId>bsh</beanshell-artifactId>
     <beanshell-version>2.0b6</beanshell-version>
-    <project.build.outputTimestamp>2023-02-12T19:26:23Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-02-19T17:15:04Z</project.build.outputTimestamp>
     <groovy-version>4.0.9</groovy-version>
   </properties>
 
@@ -150,25 +150,19 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>3.1.1</version>
+      <version>4.0.0-M4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>3.2.0</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-container-default</artifactId>
-        </exclusion>
-      </exclusions>
+      <version>4.0.0-M4</version>
     </dependency>
 
     <!-- doxia -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>1.12.0</version>
+      <version>2.0.0-M5</version>
     </dependency>
 
     <dependency>
@@ -381,9 +375,9 @@ under the License.
         <jarPluginVersion>3.3.0</jarPluginVersion>
         <pluginPluginVersion>3.7.0</pluginPluginVersion>
         <resourcesPluginVersion>3.3.0</resourcesPluginVersion>
-        <sitePluginVersion>3.12.1</sitePluginVersion>
+        <sitePluginVersion>4.0.0-M5</sitePluginVersion>
         <sourcePluginVersion>3.2.1</sourcePluginVersion>
-        <surefirePluginVersion>3.0.0-M7</surefirePluginVersion>
+        <surefirePluginVersion>3.0.0-M9</surefirePluginVersion>
       </properties>
       <build>
         <pluginManagement>
diff --git a/src/main/java/org/apache/maven/plugins/invoker/InvokerReport.java b/src/main/java/org/apache/maven/plugins/invoker/InvokerReport.java
index bd3708d..c231e76 100644
--- a/src/main/java/org/apache/maven/plugins/invoker/InvokerReport.java
+++ b/src/main/java/org/apache/maven/plugins/invoker/InvokerReport.java
@@ -150,7 +150,7 @@ public class InvokerReport extends AbstractMavenReport {
 
         // detail tests table header
         sink.table();
-        sink.tableRows(null, false);
+        sink.tableRows();
 
         sink.tableRow();
         // -------------------------------------------
@@ -193,7 +193,7 @@ public class InvokerReport extends AbstractMavenReport {
         // ------------------------------------------------------------------------
 
         sink.table();
-        sink.tableRows(null, false);
+        sink.tableRows();
 
         sink.tableRow();