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 2015/08/21 20:57:01 UTC

wicket git commit: Update m-compiler-p to 3.3

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 30935617d -> f6139c631


Update m-compiler-p to 3.3

Hoping that this will fix the issue with m-toolchains-p:
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project wicket-util: Fatal error compiling: Error creating file with javac arguments: No such file or directory -> [Help 1]


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

Branch: refs/heads/wicket-6.x
Commit: f6139c63157ff7689874b7bb9df759b52e120cb4
Parents: 3093561
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Aug 21 20:55:47 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Aug 21 20:55:47 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/f6139c63/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6501090..fced03f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -698,7 +698,7 @@
 					<inherited>true</inherited>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-compiler-plugin</artifactId>
-					<version>2.5.1</version>
+					<version>3.3</version>
 					<configuration>
 						<source>${maven.compiler.source}</source>
 						<target>${maven.compiler.target}</target>