Skip to content

Commit 30801e3

Browse files
authored
chore: Setting the version of the Maven Javadoc plugin (#412)
1 parent f8052c7 commit 30801e3

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
@@ -99,6 +99,7 @@
9999
<plugin>
100100
<!-- Generate API docs using Doclava for the developer site -->
101101
<artifactId>maven-javadoc-plugin</artifactId>
102+
<version>2.10.4</version>
102103
<executions>
103104
<execution>
104105
<phase>site</phase>
@@ -303,6 +304,7 @@
303304
</plugin>
304305
<plugin>
305306
<artifactId>maven-javadoc-plugin</artifactId>
307+
<version>2.10.4</version>
306308
<executions>
307309
<execution>
308310
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)