Repository: wicket Updated Branches: refs/heads/wicket-7.x cb71ebb5b -> 1c26a5dc7
Update maven-compiler-plugin to 3.6.0 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1c26a5dc Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1c26a5dc Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1c26a5dc Branch: refs/heads/wicket-7.x Commit: 1c26a5dc7ee051d9e0b68d491630c6e56077045e Parents: cb71ebb Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Oct 31 20:27:39 2016 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Oct 31 20:29:00 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/1c26a5dc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ef28409..26a61e0 100644 --- a/pom.xml +++ b/pom.xml @@ -727,7 +727,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.5</version> + <version>3.6.0</version> <inherited>true</inherited> </plugin> <plugin>
