Skip to content

Commit b468689

Browse files
committed
Bump maven-project-info-reports-plugin to 3.9.0
To avoid warnings about using ${localRepository}
1 parent 178e073 commit b468689

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@
4545
</dependencies>
4646

4747
<build>
48+
<pluginManagement>
49+
<plugins>
50+
<!-- remove with parent update, fix for ${localRepository} -->
51+
<plugin>
52+
<groupId>org.apache.maven.plugins</groupId>
53+
<artifactId>maven-project-info-reports-plugin</artifactId>
54+
<version>3.9.0</version>
55+
</plugin>
56+
</plugins>
57+
</pluginManagement>
4858
<plugins>
4959
<plugin>
5060
<groupId>org.apache.felix</groupId>

0 commit comments

Comments
 (0)