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 2016/10/31 19:28:10 UTC

wicket git commit: Update maven-compiler-plugin to 3.6.0

Repository: wicket
Updated Branches:
  refs/heads/master 7a0ee57bb -> 3219c6ce5


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/3219c6ce
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3219c6ce
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3219c6ce

Branch: refs/heads/master
Commit: 3219c6ce56f630426b9e1d498045585d82d6f7c7
Parents: 7a0ee57
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Oct 31 20:27:39 2016 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Oct 31 20:27:39 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/3219c6ce/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f95692c..8c46ecf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -756,7 +756,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-compiler-plugin</artifactId>
-					<version>3.5.1</version>
+					<version>3.6.0</version>
 					<inherited>true</inherited>
 				</plugin>
 				<plugin>