Skip to content

Commit 92251d2

Browse files
committed
Update plugins:
cobertura-maven-plugin 2.5.1 from 2.4 maven-checkstyle-plugin 2.7 from 2.6 findbugs-maven-plugin 2.3.2 from 2.3.1 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1165967 13f79535-47bb-0310-9956-ffa450edef68
1 parent d8caec1 commit 92251d2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ limitations under the License.
3131
<property name="fileExtensions" value="java,xml"/>
3232
</module>
3333
<module name="TreeWalker">
34+
<property name="cacheFile" value="target/cachefile"/>
3435
<module name="AvoidStarImport"/>
3536
<module name="RedundantImport"/>
3637
<module name="UnusedImports"/>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,12 +258,12 @@
258258
<plugin>
259259
<groupId>org.codehaus.mojo</groupId>
260260
<artifactId>cobertura-maven-plugin</artifactId>
261-
<version>2.4</version>
261+
<version>2.5.1</version>
262262
</plugin>
263263
<plugin>
264264
<groupId>org.apache.maven.plugins</groupId>
265265
<artifactId>maven-checkstyle-plugin</artifactId>
266-
<version>2.6</version>
266+
<version>2.7</version>
267267
<configuration>
268268
<configLocation>${basedir}/checkstyle.xml</configLocation>
269269
<enableRulesSummary>false</enableRulesSummary>
@@ -281,7 +281,7 @@
281281
<plugin>
282282
<groupId>org.codehaus.mojo</groupId>
283283
<artifactId>findbugs-maven-plugin</artifactId>
284-
<version>2.3.1</version>
284+
<version>2.3.2</version>
285285
<configuration>
286286
<threshold>Normal</threshold>
287287
<effort>Default</effort>

0 commit comments

Comments
 (0)