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 2014/03/12 16:29:18 UTC

git commit: Upgrade clirr-maven-plugin to its latest version

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x ddb7ff349 -> 622f1b069


Upgrade clirr-maven-plugin to its latest version


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

Branch: refs/heads/wicket-6.x
Commit: 622f1b069f4468e58aa94cb75255a8638e6f7c02
Parents: ddb7ff3
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Mar 12 17:28:52 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Mar 12 17:28:52 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/622f1b06/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 393140a..c73464d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -856,14 +856,14 @@
 				<plugin>
 					<groupId>org.codehaus.mojo</groupId>
 					<artifactId>clirr-maven-plugin</artifactId>
-					<version>2.5</version>
+					<version>2.6.1</version>
 					<configuration>
 						<comparisonVersion>6.0.0</comparisonVersion>
 						<failOnError>true</failOnError>
 						<logResults>true</logResults>
 						<ignored>
 							<difference>
-								<!-- FeedbackCollector used to be final. Now it is non-final and so all existing methods were made final to keep them non-overridable. However, clirr does not take into account the class going from final to non-finall and thinks overridable methods were made final. We ignore this change to silence it. -->
+								<!-- FeedbackCollector used to be final. Now it is non-final and so all existing methods were made final to keep them non-overridable. However, clirr does not take into account the class going from final to non-final and thinks overridable methods were made final. We ignore this change to silence it. -->
 								<className>org${file.separator}apache${file.separator}wicket${file.separator}feedback${file.separator}FeedbackCollector</className>
 								<method>*</method>
 								<differenceType>7014</differenceType>