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 2018/05/22 19:05:40 UTC

wicket git commit: Test toolchains with 1.9 instead of 9

Repository: wicket
Updated Branches:
  refs/heads/master da9f0e88a -> 26adc3133


Test toolchains with 1.9 instead of 9


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

Branch: refs/heads/master
Commit: 26adc313371ccafd55b11d0c38f40aa0d9be81e3
Parents: da9f0e8
Author: Andrea Del Bene <an...@gmail.com>
Authored: Tue May 22 21:05:05 2018 +0200
Committer: Andrea Del Bene <an...@gmail.com>
Committed: Tue May 22 21:05:05 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/26adc313/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 124721c..9bbb780 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,8 +119,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>9</maven.compiler.source>
-		<maven.compiler.target>9</maven.compiler.target>
+		<maven.compiler.source>1.9</maven.compiler.source>
+		<maven.compiler.target>1.9</maven.compiler.target>
 
 		<!-- Project Versions -->
 		<cglib.version>3.2.5</cglib.version>