Skip to content

Commit a9dced0

Browse files
koichirokglibas
authored andcommitted
Update maven-javadoc-plugin to fix javadoc error with openjdk 11.0.2 (#59)
1 parent 0b5e02f commit a9dced0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-javadoc-plugin</artifactId>
137-
<version>2.10.3</version>
137+
<version>3.1.1</version>
138138
<executions>
139139
<execution>
140140
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)