Repository: servicemix
Updated Branches:
  refs/heads/servicemix-5.1.x 34604451a -> 1e1a7e8b6


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

Branch: refs/heads/servicemix-5.1.x
Commit: 1e1a7e8b6af3f3c756859ccfc33e6bdabd069a10
Parents: 3460445
Author: Krzysztof Sobkowiak <[email protected]>
Authored: Mon May 26 15:59:24 2014 +0200
Committer: Krzysztof Sobkowiak <[email protected]>
Committed: Mon May 26 15:59:24 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/servicemix/blob/1e1a7e8b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6b93d5d..ec233fb 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>

Reply via email to