You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2015/07/31 14:27:16 UTC

wicket git commit: Enabled CLIRR plugin to enforce SemVer

Repository: wicket
Updated Branches:
  refs/heads/master 3eba671c0 -> 20a7dc3d2


Enabled CLIRR plugin to enforce SemVer


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

Branch: refs/heads/master
Commit: 20a7dc3d28dbb2ca3caccb9ab69a9aeb813d6679
Parents: 3eba671
Author: Martijn Dashorst <ma...@gmail.com>
Authored: Fri Jul 31 14:29:21 2015 +0200
Committer: Martijn Dashorst <ma...@gmail.com>
Committed: Fri Jul 31 14:29:21 2015 +0200

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/20a7dc3d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5a4c53c..b0ef9b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -916,7 +916,6 @@
 					<artifactId>clirr-maven-plugin</artifactId>
 					<version>2.6.1</version>
 					<configuration>
-						<skip>true</skip> <!-- Disabled until 7.0 -->
 						<comparisonVersion>7.0.0</comparisonVersion>
 						<failOnError>true</failOnError>
 						<logResults>true</logResults>