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


Fixed toolchain configuration for java 9


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

Branch: refs/heads/master
Commit: da9f0e88ade352cb5a751d691c9694ed10c9262a
Parents: ea3320d
Author: Andrea Del Bene <[email protected]>
Authored: Tue May 22 21:00:46 2018 +0200
Committer: Andrea Del Bene <[email protected]>
Committed: Tue May 22 21:01:37 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/da9f0e88/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c326996..124721c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1268,7 +1268,7 @@
                                                <configuration>
                                                        <toolchains>
                                                                <jdk>
-                                                                       
<version>1.8</version>
+                                                                       
<version>${maven.compiler.source}</version>
                                                                        
<vendor>oracle</vendor>
                                                                </jdk>
                                                        </toolchains>

Reply via email to