Repository: servicemix
Updated Branches:
  refs/heads/master 592b1126d -> d71da2ad2


SM-2295 Change the target/source level in compiler plugin to 1.6


Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/d71da2ad
Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/d71da2ad
Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/d71da2ad

Branch: refs/heads/master
Commit: d71da2ad2b43eef0c86d87a26f34b3e02529c55f
Parents: 592b112
Author: Krzysztof Sobkowiak <[email protected]>
Authored: Wed May 7 23:29:46 2014 +0200
Committer: Krzysztof Sobkowiak <[email protected]>
Committed: Wed May 7 23:29:46 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/servicemix/blob/d71da2ad/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5cf124d..f867656 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,8 +95,8 @@
         <servicemix.legal.version>1.0</servicemix.legal.version>
         
         <!-- Maven Compiler Plugin -->
-        <maven.compiler.source>1.5</maven.compiler.source>
-        <maven.compiler.target>1.5</maven.compiler.target>
+        <maven.compiler.source>1.6</maven.compiler.source>
+        <maven.compiler.target>1.6</maven.compiler.target>
         <maven.compiler.debug>true</maven.compiler.debug>
         <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
 

Reply via email to