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-help-plugin.git

commit 983e1079e495b30cf5b83870c61f4c9033407443
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Dec 3 01:16:45 2022 +0100

    [MPH-212] Upgrade to Doxia 2.0.0 Milestone Stack
    
    This closes #98
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 80a5901..2b1ee7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-help-plugin</artifactId>
-  <version>3.4.1-SNAPSHOT</version>
+  <version>3.5.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Help Plugin</name>
@@ -162,7 +162,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>3.1.1</version>
+      <version>4.0.0-M9</version>
       <exclusions>
         <!-- we only need one interface MavenReport -->
         <exclusion>
@@ -203,7 +203,6 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <!-- commons-lang3 > 3.12.0 requires at least Java 8 -->
       <version>3.12.0</version>
     </dependency>
 

Reply via email to