checkstyle and pmd plugins updated

pull/1423/head
Nikita 7 years ago
parent b4f69ba974
commit ef25d8f3d5

@ -357,7 +357,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.6</version>
<version>3.9.0</version>
<executions>
<execution>
<phase>verify</phase>
@ -378,7 +378,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version>
<version>3.0.0</version>
<executions>
<execution>
<phase>verify</phase>

Loading…
Cancel
Save