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/03/27 10:18:45 UTC

[2/2] git commit: Update clirr maven plugin. Update the comparisonVersion to 6.0.0-beta1. It is still disabled by default until we start the release candidates.

Update clirr maven plugin.
Update the comparisonVersion to 6.0.0-beta1. It is still disabled by default until we start the release candidates.


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

Branch: refs/heads/jsr-305
Commit: 6348308e09311a735483dbaa48218aa5d46d9eab
Parents: 6ed9fb6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Mar 27 09:19:05 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Mar 27 09:19:05 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/6348308e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 27eb9ec..141c96b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -509,9 +509,9 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>clirr-maven-plugin</artifactId>
-                <version>2.3</version>
+                <version>2.4</version>
                 <configuration>
-                    <comparisonVersion>1.5.3</comparisonVersion>
+                    <comparisonVersion>6.0.0-beta1</comparisonVersion>
                     <failOnError>false</failOnError>
                     <logResults>true</logResults>
                     <!-- disabled until we start the release candidates -->