Repository: servicemix Updated Branches: refs/heads/master 8731c2bb7 -> 97c37532c
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/97c37532 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/97c37532 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/97c37532 Branch: refs/heads/master Commit: 97c37532c73c52ff92ac195de64493f28c81dbce Parents: 8731c2b Author: Krzysztof Sobkowiak <[email protected]> Authored: Mon May 26 16:00:18 2014 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Mon May 26 16:03:46 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/97c37532/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 46afc7b..04a3892 100644 --- a/pom.xml +++ b/pom.xml @@ -258,7 +258,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>${maven-compiler-plugin.version}</version> + <version>${maven-compiler-plugin.version}</version> <configuration> <source>${maven.compiler.source}</source> <target>${maven.compiler.target}</target>
