You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2016/12/23 09:44:46 UTC

wicket git commit: clirr plugin updated to last version to avoid "invalid byte tag in constant pool..." error

Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x 094435ed6 -> 9825ba9e6


clirr plugin updated to last version to avoid "invalid byte tag in constant pool..." error


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

Branch: refs/heads/wicket-7.x
Commit: 9825ba9e692d087249e3a190cc72aafed965b49b
Parents: 094435e
Author: Andrea Del Bene <ad...@apache.org>
Authored: Fri Dec 23 10:43:31 2016 +0100
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Fri Dec 23 10:43:31 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/9825ba9e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e3e8fa9..cae19d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -956,7 +956,7 @@
 				<plugin>
 					<groupId>org.codehaus.mojo</groupId>
 					<artifactId>clirr-maven-plugin</artifactId>
-					<version>2.6.1</version>
+					<version>2.8</version>
 					<configuration>
 						<comparisonVersion>7.0.0</comparisonVersion>
 						<failOnError>true</failOnError>