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 1767bbc364dfa73f9c2784ff194992588e2f9dee
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sun Feb 19 18:13:51 2023 +0100

    Prepare for Doxia 2.0.0
---
 pom.xml | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4882f42..0eaf1c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-invoker-plugin</artifactId>
-  <version>3.6.1-SNAPSHOT</version>
+  <version>3.7.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Invoker Plugin</name>
@@ -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-M7</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-M9</version>
     </dependency>
 
     <!-- doxia -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>1.12.0</version>
+      <version>2.0.0-M7</version>
     </dependency>
 
     <dependency>
@@ -386,9 +380,9 @@ under the License.
         <jarPluginVersion>3.3.0</jarPluginVersion>
         <pluginPluginVersion>3.8.1</pluginPluginVersion>
         <resourcesPluginVersion>3.3.1</resourcesPluginVersion>
-        <sitePluginVersion>3.12.1</sitePluginVersion>
+        <sitePluginVersion>4.0.0-M9</sitePluginVersion>
         <sourcePluginVersion>3.2.1</sourcePluginVersion>
-        <surefirePluginVersion>3.0.0</surefirePluginVersion>
+        <surefirePluginVersion>3.1.2</surefirePluginVersion>
       </properties>
       <build>
         <pluginManagement>

Reply via email to