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

svn commit: r1485424 - /commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml

Author: ggregory
Date: Wed May 22 21:08:22 2013
New Revision: 1485424

URL: http://svn.apache.org/r1485424
Log:
Update Checkstyle plugin to a newer version, but not so new as to require rewriting checkstyle.xml.

Modified:
    commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml

Modified: commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml?rev=1485424&r1=1485423&r2=1485424&view=diff
==============================================================================
--- commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml (original)
+++ commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml Wed May 22 21:08:22 2013
@@ -306,7 +306,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.1</version>
+          <version>2.2</version>
           <configuration>
             <configLocation>${basedir}/checkstyle.xml</configLocation>
             <enableRulesSummary>false</enableRulesSummary>



Re: svn commit: r1485424 - /commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
On Wed, May 22, 2013 at 8:49 PM, sebb <se...@gmail.com> wrote:

> On 22 May 2013 22:08,  <gg...@apache.org> wrote:
> > Author: ggregory
> > Date: Wed May 22 21:08:22 2013
> > New Revision: 1485424
> >
> > URL: http://svn.apache.org/r1485424
> > Log:
> > Update Checkstyle plugin to a newer version, but not so new as to
> require rewriting checkstyle.xml.
>
> Would be helpful to document this in the pom.
>

Good suggestion. Done, thank you.

Gary

>
> > Modified:
> >     commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml
> >
> > Modified: commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml?rev=1485424&r1=1485423&r2=1485424&view=diff
> >
> ==============================================================================
> > --- commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml (original)
> > +++ commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml Wed May 22
> 21:08:22 2013
> > @@ -306,7 +306,7 @@
> >          <plugin>
> >            <groupId>org.apache.maven.plugins</groupId>
> >            <artifactId>maven-checkstyle-plugin</artifactId>
>
> i.e. add a comment here as to why we are not using a later version
>
> > -          <version>2.1</version>
> > +          <version>2.2</version>
> >            <configuration>
> >              <configLocation>${basedir}/checkstyle.xml</configLocation>
> >              <enableRulesSummary>false</enableRulesSummary>
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: svn commit: r1485424 - /commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml

Posted by sebb <se...@gmail.com>.
On 22 May 2013 22:08,  <gg...@apache.org> wrote:
> Author: ggregory
> Date: Wed May 22 21:08:22 2013
> New Revision: 1485424
>
> URL: http://svn.apache.org/r1485424
> Log:
> Update Checkstyle plugin to a newer version, but not so new as to require rewriting checkstyle.xml.

Would be helpful to document this in the pom.

> Modified:
>     commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml
>
> Modified: commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml?rev=1485424&r1=1485423&r2=1485424&view=diff
> ==============================================================================
> --- commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml (original)
> +++ commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml Wed May 22 21:08:22 2013
> @@ -306,7 +306,7 @@
>          <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-checkstyle-plugin</artifactId>

i.e. add a comment here as to why we are not using a later version

> -          <version>2.1</version>
> +          <version>2.2</version>
>            <configuration>
>              <configLocation>${basedir}/checkstyle.xml</configLocation>
>              <enableRulesSummary>false</enableRulesSummary>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org