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 2015/10/03 13:38:31 UTC

wicket git commit: Master branch builds against Java 8

Repository: wicket
Updated Branches:
  refs/heads/master 65e15beb4 -> c45c03230


Master branch builds against Java 8

Disable maven-clirr-plugin


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

Branch: refs/heads/master
Commit: c45c032308569b64704a30c0412eba4ab7a6190a
Parents: 65e15be
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat Oct 3 13:38:03 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sat Oct 3 13:38:03 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/c45c0323/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 268d4e6..af2be9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,8 +123,8 @@
 		<maven.compiler.optimize>true</maven.compiler.optimize>
 		<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
 		<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
-		<maven.compiler.source>1.7</maven.compiler.source>
-		<maven.compiler.target>1.7</maven.compiler.target>
+		<maven.compiler.source>1.8</maven.compiler.source>
+		<maven.compiler.target>1.8</maven.compiler.target>
 
 		<!-- Project Versions -->
 		<jacoco.version>0.7.4.201502262128</jacoco.version>
@@ -942,6 +942,8 @@
 						<comparisonVersion>7.0.0</comparisonVersion>
 						<failOnError>true</failOnError>
 						<logResults>true</logResults>
+                        <!-- Disable until Wicket 8.0.0 -->
+                        <skip>true</skip>
 					</configuration>
 					<executions>
 						<execution>