Jira has still one issue for the parent-pom, which I think could be solved by now.
http://jira.codehaus.org/browse/MOJO-1043 I guess Bentmann could answer this. - Robert Date: Tue, 30 Mar 2010 13:40:28 +0100 From: [email protected] To: [email protected] CC: [email protected] Subject: [mojo-dev] Re: [mojo-scm] [12040] trunk/mojo/mojo-parent/pom.xml: upgrade some plugins versions. are you planning to call a release vote soon? On 29 March 2010 22:05, <[email protected]> wrote: Revision 12040 Author olamy Date 2010-03-29 16:05:20 -0500 (Mon, 29 Mar 2010) Log Messageupgrade some plugins versions. Modified Paths trunk/mojo/mojo-parent/pom.xml Diff Modified: trunk/mojo/mojo-parent/pom.xml (12039 => 12040)--- trunk/mojo/mojo-parent/pom.xml 2010-03-29 20:55:32 UTC (rev 12039) +++ trunk/mojo/mojo-parent/pom.xml 2010-03-29 21:05:20 UTC (rev 12040) @@ -154,12 +154,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> + <version>2.1</version> <configuration> <encoding>${project.build.sourceEncoding}</encoding> <source>${project.build.java.target}</source> @@ -169,7 +169,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>2.4</version> + <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -189,7 +189,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.2</version> + <version>2.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -227,7 +227,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>2.3</version> + <version>2.4.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -242,7 +242,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.3</version> + <version>2.5</version> <configuration> <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile> </configuration> @@ -251,7 +251,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.2</version> + <version>2.3</version> </plugin> <plugin> <groupId>org.codehaus.plexus</groupId> @@ -543,7 +543,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.4.3</version> + <version>2.5</version> <reportSets> <reportSet> <reports> @@ -556,7 +556,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.2</version> + <version>2.3</version> <configuration> <instrumentation> <excludes> @@ -568,7 +568,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> - <version>2.2</version> + <version>2.4</version> </plugin> </plugins> </reporting> To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
