Update parent POM and plugins.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1295124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
115c983620
commit
2abea6a248
8
pom.xml
8
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-parent</artifactId>
|
||||
<version>22</version>
|
||||
<version>23</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
@ -542,7 +542,7 @@
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.7</version>
|
||||
<version>2.9.1</version>
|
||||
<configuration>
|
||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||
<enableRulesSummary>false</enableRulesSummary>
|
||||
|
@ -552,7 +552,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>findbugs-maven-plugin</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<version>2.4.0</version>
|
||||
<configuration>
|
||||
<threshold>Normal</threshold>
|
||||
<effort>Default</effort>
|
||||
|
@ -574,7 +574,7 @@
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<version>2.7.1</version>
|
||||
<configuration>
|
||||
<targetJdk>${maven.compile.target}</targetJdk>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue