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:38:45 UTC

[4/5] wicket git commit: Update maven-compiler-plugin to 3.6.0

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

Branch: refs/heads/wicket-7.x
Commit: 23c1b4fd32ce150f4552f8d1c3dc00fbaf1d001b
Parents: 13e652b
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:32:31 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/23c1b4fd/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>