Skip to content

Commit adaee3b

Browse files
authored
Merge pull request #1656 from baranowb/UNDERTOW-2432
[UNDERTOW-2432] Bump jdoc plugin to 3.3.0+
2 parents c06e04b + a2db9d1 commit adaee3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<maven.javadoc.plugin.quiet>true</maven.javadoc.plugin.quiet>
110110
<maven.compiler.showDeprecation>false</maven.compiler.showDeprecation>
111111
<maven.compiler.showWarnings>false</maven.compiler.showWarnings>
112+
<version.maven.javadoc.plugin>3.8.0</version.maven.javadoc.plugin>
112113
</properties>
113114

114115
<modules>
@@ -131,6 +132,7 @@
131132
<plugin>
132133
<groupId>org.apache.maven.plugins</groupId>
133134
<artifactId>maven-javadoc-plugin</artifactId>
135+
<version>${version.maven.javadoc.plugin}</version>
134136
<configuration>
135137
<!--
136138
The Javadoc comments contain a lot of warnings

0 commit comments

Comments
 (0)