Hi olivier, 2008/6/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Author: olamy > Date: Thu Jun 26 14:09:50 2008 > New Revision: 672030 > > URL: http://svn.apache.org/viewvc?rev=672030&view=rev > Log: > upgrade some plugins to last version > > Modified: > maven/pom/trunk/maven/pom.xml > > Modified: maven/pom/trunk/maven/pom.xml > URL: > http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=672030&r1=672029&r2=672030&view=diff > > ============================================================================== > --- maven/pom/trunk/maven/pom.xml (original) > +++ maven/pom/trunk/maven/pom.xml Thu Jun 26 14:09:50 2008 > @@ -161,7 +161,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-plugin-plugin</artifactId> > - <version>2.3</version> > + <version>2.4.2</version> > </plugin> > <!-- START SNIPPET: release-plugin-configuration --> > <plugin> > @@ -170,7 +170,7 @@ > <version>2.0-beta-7</version> > <configuration> > <!-- This element will be overriden by children --> > - > <tagBase>https://svn.apache.org/repos/asf/maven/pom/tags</tagBase> > + > <tagBase>https://svn.apache.org/repos/asf/continuum/parent/tags</tagBase> > <useReleaseProfile>false</useReleaseProfile>
Why continuum and not maven? Cheers, Vincent > <goals>deploy</goals> > <arguments>-Prelease</arguments> > @@ -200,14 +200,14 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-plugin</artifactId> > - <version>2.4.2</version> > + <version>2.4.3</version> > </plugin> > <!-- set versions of common reporting plugins for site > reproducibility, ordered alphabetically --> > <!-- won't help until MNG-3385 is fixed > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-checkstyle-plugin</artifactId> > - <version>2.1</version> > + <version>2.2</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > @@ -222,7 +222,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-pmd-plugin</artifactId> > - <version>2.3</version> > + <version>2.4</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > @@ -232,7 +232,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-report-plugin</artifactId> > - <version>2.4.2</version> > + <version>2.4.3</version> > </plugin> > <plugin> > <groupId>org.codehaus.mojo</groupId> > @@ -279,7 +279,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-pmd-plugin</artifactId> > - <version>2.3</version> > + <version>2.4</version> > <executions> > <execution> > <goals> > @@ -303,12 +303,12 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-report-plugin</artifactId> > - <version>2.4.2</version> > + <version>2.4.3</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-checkstyle-plugin</artifactId> > - <version>2.1</version> > + <version>2.2</version> > <configuration> > > <configLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml</configLocation> > > <headerLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt</headerLocation> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]