We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d55d25 commit 67db7eeCopy full SHA for 67db7ee
pom.xml
@@ -321,7 +321,8 @@ along with this program. If not, see <http://www.gnu.org/licenses />.
321
<plugin>
322
<groupId>org.apache.maven.plugins</groupId>
323
<artifactId>maven-javadoc-plugin</artifactId>
324
- <configuration>
+ <version>2.9.1</version>
325
+ <configuration>
326
<additionalparam>-Xdoclint:none</additionalparam>
327
</configuration>
328
</plugin>
@@ -343,6 +344,7 @@ along with this program. If not, see <http://www.gnu.org/licenses />.
343
344
345
<groupId>org.codehaus.mojo</groupId>
346
<artifactId>findbugs-maven-plugin</artifactId>
347
+ <version>3.0.1</version>
348
<configuration>
349
<effort>Max</effort>
350
<threshold>Low</threshold>
0 commit comments