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/05/18 13:31:00 UTC

git commit: Set Clirr to compare against 1.5.0. We should not break the API in minor versions

Updated Branches:
  refs/heads/wicket-1.5.x 326e6515d -> dbb5095d7


Set Clirr to compare against 1.5.0.
We should not break the API in minor versions


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/dbb5095d
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/dbb5095d
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/dbb5095d

Branch: refs/heads/wicket-1.5.x
Commit: dbb5095d7b14b19cdcad54c4c33495cad00b2e98
Parents: 326e651
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri May 18 13:29:48 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri May 18 13:29:48 2012 +0200

----------------------------------------------------------------------
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/dbb5095d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d4a961f..9c0f0d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -511,7 +511,7 @@
 				<artifactId>clirr-maven-plugin</artifactId>
 				<version>2.3</version>
 				<configuration>
-					<comparisonVersion>1.5.5</comparisonVersion>
+					<comparisonVersion>1.5.6</comparisonVersion>
 					<failOnError>false</failOnError>
 					<logResults>true</logResults>
 				</configuration>