Author: henning Date: Tue Oct 22 09:29:28 2013 New Revision: 1534558 URL: http://svn.apache.org/r1534558 Log: revert findbugs and checkstyle versions back
Modified: commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml Modified: commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml?rev=1534558&r1=1534557&r2=1534558&view=diff ============================================================================== --- commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml (original) +++ commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml Tue Oct 22 09:29:28 2013 @@ -631,7 +631,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.10</version> + <version>2.7</version> <configuration> <configLocation>${basedir}/conf/checkstyle.xml</configLocation> <suppressionsLocation>${basedir}/conf/checkstyle-suppressions.xml</suppressionsLocation> @@ -659,7 +659,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>2.5.2</version> + <version>2.3.1</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort>