You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2015/12/02 22:57:18 UTC

[3/5] servicemix git commit: SM-2700: Increase the java compilance level to 1.7

SM-2700: Increase the java compilance level to 1.7


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

Branch: refs/heads/servicemix-5.x
Commit: c8da41241ea1c17a767f8d066b5799500de4d6d6
Parents: 38b2aa3
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Tue Nov 3 22:32:35 2015 +0100
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Wed Dec 2 22:34:30 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/servicemix/blob/c8da4124/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c2683cb..31fc552 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,8 +72,8 @@
         <!-- Maven Compiler Plugin -->
         <maven.compiler.debug>true</maven.compiler.debug>
         <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
-        <maven.compiler.source>1.5</maven.compiler.source>
-        <maven.compiler.target>1.5</maven.compiler.target>
+        <maven.compiler.source>1.7</maven.compiler.source>
+        <maven.compiler.target>1.7</maven.compiler.target>
 
         <!-- Maven Plugins -->
         <apache-rat-plugin.version>0.11</apache-rat-plugin.version>