You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/03/15 10:55:49 UTC

[1/3] git commit: Update Clirr plugin to check against Wicket 1.5.5

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 <mg...@apache.org>
Authored: Thu Mar 15 11:55:18 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
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>