Repository: servicemix
Updated Branches:
  refs/heads/servicemix-5.0.x 451da3739 -> 5275c5716


SM-3210 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/5275c571
Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/5275c571
Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/5275c571

Branch: refs/heads/servicemix-5.0.x
Commit: 5275c57162f3e9084fcc7258aa8e9047c2506547
Parents: 451da37
Author: Krzysztof Sobkowiak <[email protected]>
Authored: Mon May 26 15:51:22 2014 +0200
Committer: Krzysztof Sobkowiak <[email protected]>
Committed: Mon May 26 15:51:22 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/servicemix/blob/5275c571/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dcefbea..f82f5d8 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>

Reply via email to