Skip to content

Commit 5ad2964

Browse files
committed
Reports plugin update
1 parent 6387a2e commit 5ad2964

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,11 @@
254254
<artifactId>maven-shade-plugin</artifactId>
255255
<version>3.2.4</version>
256256
</plugin>
257+
<plugin>
258+
<groupId>org.apache.maven.plugins</groupId>
259+
<artifactId>maven-project-info-reports-plugin</artifactId>
260+
<version>3.8.0</version>
261+
</plugin>
257262
<plugin>
258263
<artifactId>maven-assembly-plugin</artifactId>
259264
<version>3.7.1</version>
@@ -492,8 +497,8 @@
492497
</configuration>
493498
</plugin>
494499
<plugin>
500+
<groupId>org.apache.maven.plugins</groupId>
495501
<artifactId>maven-project-info-reports-plugin</artifactId>
496-
<version>2.9</version>
497502
<reportSets>
498503
<reportSet>
499504
<reports>

0 commit comments

Comments
 (0)