Updated Branches:
  refs/heads/master 142970532 -> 320e06454

Disable Clirr until 7.0.0 is released


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

Branch: refs/heads/master
Commit: 34fa8914513dc7f475cc7c129c2811067963cb47
Parents: 1429705
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Authored: Wed May 1 08:43:33 2013 +0200
Committer: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Committed: Wed May 1 08:43:33 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/34fa8914/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index faefbd7..70fbc4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -838,12 +838,13 @@
                                        
<artifactId>clirr-maven-plugin</artifactId>
                                        <version>2.5</version>
                                        <configuration>
+                                               <skip>true</skip> <!-- Disabled 
until 7.0 -->
                                                
<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>

Reply via email to