Skip to content

Commit

Permalink
[MPH-212] Upgrade to Doxia 2.0.0 Milestone Stack
Browse files Browse the repository at this point in the history
This closes #98
  • Loading branch information
michael-o committed Jan 1, 2024
1 parent 7d0ebff commit 983e107
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down

0 comments on commit 983e107

Please sign in to comment.