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

[3/3] wicket git commit: Update m-compiler-plugin to 3.5

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

Branch: refs/heads/master
Commit: eee7299a0df7e6fa2eeeb0c1cafba1227ba1ae66
Parents: 10f360c
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Jan 22 21:44:01 2016 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Jan 22 21:44:01 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/eee7299a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f67520..192bd92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -718,7 +718,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>