mirror of https://github.com/apache/maven.git
upgrade maven-javadoc-plugin to 2.9.1, for CVE fix
This commit is contained in:
parent
271761de84
commit
e185e02f51
1
pom.xml
1
pom.xml
|
@ -544,6 +544,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
|
<version>2.9.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<linksource>true</linksource>
|
<linksource>true</linksource>
|
||||||
<notimestamp>true</notimestamp>
|
<notimestamp>true</notimestamp>
|
||||||
|
|
Loading…
Reference in New Issue