Updated Branches: refs/heads/master 6ed9fb64d -> 6348308e0
Update clirr maven plugin. Update the comparisonVersion to 6.0.0-beta1. It is still disabled by default until we start the release candidates. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6348308e Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6348308e Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6348308e Branch: refs/heads/master Commit: 6348308e09311a735483dbaa48218aa5d46d9eab Parents: 6ed9fb6 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Mar 27 09:19:05 2012 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Mar 27 09:19:05 2012 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/6348308e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 27eb9ec..141c96b 100644 --- a/pom.xml +++ b/pom.xml @@ -509,9 +509,9 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> <configuration> - <comparisonVersion>1.5.3</comparisonVersion> + <comparisonVersion>6.0.0-beta1</comparisonVersion> <failOnError>false</failOnError> <logResults>true</logResults> <!-- disabled until we start the release candidates -->
