Skip to content

Commit

Permalink
switch to m-plugin-report-p introduced in 3.9.0
Browse files Browse the repository at this point in the history
fixes #380

Signed-off-by: Hervé Boutemy <[email protected]>
  • Loading branch information
hboutemy committed Jun 28, 2023
1 parent 0162dcb commit b9c8f6a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,11 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.4.5</version>
</plugin>
</plugins>
</pluginManagement>
<resources>
Expand Down Expand Up @@ -430,7 +435,7 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<artifactId>maven-plugin-report-plugin</artifactId>
<version>3.9.0</version>
</plugin>
</plugins>
Expand Down

0 comments on commit b9c8f6a

Please sign in to comment.