Repository: servicemix Updated Branches: refs/heads/servicemix-5.0.x 451da3739 -> f3779e40a
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/f3779e40 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/f3779e40 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/f3779e40 Branch: refs/heads/servicemix-5.0.x Commit: f3779e40a0745795cdfd8c733dbc16a81a8346b8 Parents: 451da37 Author: Krzysztof Sobkowiak <[email protected]> Authored: Mon May 26 15:45:45 2014 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Mon May 26 15:45:45 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/f3779e40/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dcefbea..afd1fee 100644 --- a/pom.xml +++ b/pom.xml @@ -115,6 +115,7 @@ <maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version> <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> <maven-release-plugin.version>2.5</maven-release-plugin.version> + <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version> <!-- Other Dependencies --> <commons-lang.version>2.6</commons-lang.version> @@ -260,6 +261,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>
