On 22 October 2013 10:29, <henn...@apache.org> wrote: > 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
Why? It would be helpful to add comments to the pom to explain why the older versions are required. > 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> > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org