Skip to content

Commit 67db7ee

Browse files
author
Burak Serdar
committed
Add missing plugin versions
1 parent 9d55d25 commit 67db7ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ along with this program. If not, see <http://www.gnu.org/licenses />.
321321
<plugin>
322322
<groupId>org.apache.maven.plugins</groupId>
323323
<artifactId>maven-javadoc-plugin</artifactId>
324-
<configuration>
324+
<version>2.9.1</version>
325+
<configuration>
325326
<additionalparam>-Xdoclint:none</additionalparam>
326327
</configuration>
327328
</plugin>
@@ -343,6 +344,7 @@ along with this program. If not, see <http://www.gnu.org/licenses />.
343344
<plugin>
344345
<groupId>org.codehaus.mojo</groupId>
345346
<artifactId>findbugs-maven-plugin</artifactId>
347+
<version>3.0.1</version>
346348
<configuration>
347349
<effort>Max</effort>
348350
<threshold>Low</threshold>

0 commit comments

Comments
 (0)