FYI: that's not the latest checkstyle plugin IIRC, 2.15 methinks. Gary
On Thu, Jun 25, 2015 at 11:25 AM, <krosenv...@apache.org> wrote: > Author: krosenvold > Date: Thu Jun 25 18:25:44 2015 > New Revision: 1687597 > > URL: http://svn.apache.org/r1687597 > Log: > Updated to parent 38 and other plugins to latest > > Modified: > commons/proper/io/trunk/pom.xml > > Modified: commons/proper/io/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1687597&r1=1687596&r2=1687597&view=diff > > ============================================================================== > --- commons/proper/io/trunk/pom.xml (original) > +++ commons/proper/io/trunk/pom.xml Thu Jun 25 18:25:44 2015 > @@ -19,7 +19,7 @@ > <parent> > <groupId>org.apache.commons</groupId> > <artifactId>commons-parent</artifactId> > - <version>37</version> > + <version>38</version> > </parent> > <modelVersion>4.0.0</modelVersion> > <groupId>commons-io</groupId> > @@ -328,12 +328,12 @@ file comparators, endian transformation > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>cobertura-maven-plugin</artifactId> > - <version>2.6</version> > + <version>2.7</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-checkstyle-plugin</artifactId> > - <version>2.10</version> > + <version>2.12.1</version> > <configuration> > <configLocation>${basedir}/checkstyle.xml</configLocation> > <enableRulesSummary>false</enableRulesSummary> > @@ -381,7 +381,7 @@ file comparators, endian transformation > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-antrun-plugin</artifactId> > - <version>1.7</version> > + <version>1.8</version> > <executions> > <execution> > <id>prepare-checkout</id> > > > -- E-Mail: garydgreg...@gmail.com | ggreg...@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