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/11/01 07:36:53 UTC

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

Branch: refs/heads/master
Commit: bfdb00f08d270f4524d2e2010f4bd05840bd432d
Parents: 668858b
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Oct 31 20:27:39 2016 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Nov 1 08:29:46 2016 +0100

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


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