Repository: servicemix Updated Branches: refs/heads/master 7e244c736 -> 8731c2bb7
SM-2310 cxf-wsn example doens't compile with maven 3.0.4 Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/8731c2bb Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/8731c2bb Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/8731c2bb Branch: refs/heads/master Commit: 8731c2bb7826069db9fe8237550ad5e03332a8e1 Parents: 7e244c7 Author: Krzysztof Sobkowiak <[email protected]> Authored: Mon May 26 16:00:18 2014 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Mon May 26 16:00:18 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/8731c2bb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d7e73f1..46afc7b 100644 --- a/pom.xml +++ b/pom.xml @@ -113,6 +113,7 @@ <maven-jxr-plugin.version>2.4</maven-jxr-plugin.version> <maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version> <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> + <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version> <!-- Other Dependencies --> <commons-lang.version>2.6</commons-lang.version> @@ -257,6 +258,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> + <version>${maven-compiler-plugin.version}</version> <configuration> <source>${maven.compiler.source}</source> <target>${maven.compiler.target}</target>
