You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pa...@apache.org on 2018/05/29 20:04:08 UTC

wicket git commit: Enable Clirr to preserve API compatibility

Repository: wicket
Updated Branches:
  refs/heads/wicket-8.x efa51293d -> 8919b9127


Enable Clirr to preserve API compatibility


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

Branch: refs/heads/wicket-8.x
Commit: 8919b912737cd361169c6a1c0f8e41f7356104df
Parents: efa5129
Author: Emond Papegaaij <em...@topicus.nl>
Authored: Tue May 29 21:33:09 2018 +0200
Committer: Emond Papegaaij <em...@topicus.nl>
Committed: Tue May 29 21:33:09 2018 +0200

----------------------------------------------------------------------
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/8919b912/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c614d5c..ea4aaab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -994,11 +994,9 @@
 					<artifactId>clirr-maven-plugin</artifactId>
 					<version>2.8</version>
 					<configuration>
-						<comparisonVersion>7.0.0</comparisonVersion>
+						<comparisonVersion>8.0.0</comparisonVersion>
 						<failOnError>true</failOnError>
 						<logResults>true</logResults>
-						<!-- Disable until Wicket 8.0.0 -->
-						<skip>true</skip>
 					</configuration>
 					<executions>
 						<execution>