You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2013/10/22 11:29:29 UTC

svn commit: r1534558 - /commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml

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>



Re: svn commit: r1534558 - /commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml

Posted by sebb <se...@gmail.com>.
On 22 October 2013 10:29,  <he...@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org