On 23/09/2009, pste...@apache.org <pste...@apache.org> wrote: > Author: psteitz > Date: Wed Sep 23 10:02:29 2009 > New Revision: 818031 > > URL: http://svn.apache.org/viewvc?rev=818031&view=rev > Log: > Updated coberta plugin version.
BTW the command: mvn versions:display-plugin-updates says: The following plugin updates are available: maven-pmd-plugin ......................................... 2.2 -> 2.3 org.codehaus.mojo:findbugs-maven-plugin .................. 1.2 -> 2.1 Also [versions:display-dependency-updates] artifact junit:junit: checking for updates from central No dependencies in Dependencies are using the newst version. The following dependencies in Dependencies have newer versions: junit:junit ............................................. 3.8.2 -> 4.4 However, I'm not sure I believe that the version checking is working properly, given that the latest version of JUnit is 4.7. Also JUnit4 version requires Java 1.5 to run. > Modified: > commons/proper/pool/trunk/pom.xml > > Modified: commons/proper/pool/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=818031&r1=818030&r2=818031&view=diff > > ============================================================================== > --- commons/proper/pool/trunk/pom.xml (original) > +++ commons/proper/pool/trunk/pom.xml Wed Sep 23 10:02:29 2009 > @@ -287,7 +287,7 @@ > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>cobertura-maven-plugin</artifactId> > - <version>2.2</version> > + <version>2.3</version> > </plugin> > </plugins> > </reporting> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org