Upgrade compiler plugin to 2.4 to take advantage of the improved performance (3+ minutes down to 2:45)
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/021c8269 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/021c8269 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/021c8269 Branch: refs/heads/master Commit: 021c8269e48b2f02bc60047c4d1bd0dd7a1101ec Parents: d945573 Author: Martijn Dashorst <[email protected]> Authored: Fri May 4 15:18:18 2012 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Fri May 4 15:21:44 2012 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/021c8269/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 67e59e6..6cdf818 100644 --- a/pom.xml +++ b/pom.xml @@ -590,7 +590,7 @@ <inherited>true</inherited> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> + <version>2.4</version> <configuration> <source>1.6</source> <target>1.6</target>
