Updated Branches: refs/heads/wicket-1.5.x 5d706097d -> 7711bf6b3
Update Clirr plugin to check against Wicket 1.5.5 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/7711bf6b Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/7711bf6b Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/7711bf6b Branch: refs/heads/wicket-1.5.x Commit: 7711bf6b3ee57d72a125dc8aad0f05d638158e4d Parents: f64c3ab Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Thu Mar 15 11:55:18 2012 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Thu Mar 15 11:55:18 2012 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/7711bf6b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fe68734..2a8618b 100644 --- a/pom.xml +++ b/pom.xml @@ -511,7 +511,7 @@ <artifactId>clirr-maven-plugin</artifactId> <version>2.3</version> <configuration> - <comparisonVersion>1.5.4</comparisonVersion> + <comparisonVersion>1.5.5</comparisonVersion> <failOnError>false</failOnError> <logResults>true</logResults> </configuration>
