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

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

commit b050650fff111a8d641f640327611946b96f3a59
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Fri Oct 18 17:55:25 2024 +0200

    [MINVOKER-371] Upgrade to Doxia 2.0.0 GA Stack
    
    This closes #261
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 29cf618..cab4afb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,19 +162,19 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>4.0.0-M12</version>
+      <version>4.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>4.0.0-M15</version>
+      <version>4.0.0</version>
     </dependency>
 
     <!-- doxia -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>2.0.0-M12</version>
+      <version>2.0.0</version>
     </dependency>
 
     <dependency>

Reply via email to