mirror of
https://github.com/apache/commons-lang.git
synced 2025-03-06 16:09:22 +00:00
Update plugins to the latest version
This commit is contained in:
parent
6619be667e
commit
e58af07682
4
pom.xml
4
pom.xml
@ -634,7 +634,7 @@
|
|||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||||
<version>2.15</version>
|
<version>2.17</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||||
<enableRulesSummary>false</enableRulesSummary>
|
<enableRulesSummary>false</enableRulesSummary>
|
||||||
@ -659,7 +659,7 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-pmd-plugin</artifactId>
|
<artifactId>maven-pmd-plugin</artifactId>
|
||||||
<version>3.5</version>
|
<version>3.6</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<targetJdk>${maven.compiler.target}</targetJdk>
|
<targetJdk>${maven.compiler.target}</targetJdk>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user