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/01/22 21:47:44 UTC

wicket git commit: Update m-compiler-plugin to 3.5

Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x 1fd0ba920 -> 5dc5f79bc


Update m-compiler-plugin to 3.5


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

Branch: refs/heads/wicket-7.x
Commit: 5dc5f79bc797f571425f57a3f9449b04147c5c12
Parents: 1fd0ba9
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Jan 22 21:45:11 2016 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Jan 22 21:45:11 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/5dc5f79b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c279060..3aedd72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -713,7 +713,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-compiler-plugin</artifactId>
-					<version>3.3</version>
+					<version>3.5</version>
 					<inherited>true</inherited>
 				</plugin>
 				<plugin>