You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2015/04/20 18:15:41 UTC

knox git commit: KNOX-532: Update root pom.xml maven-compiler-plugin configuration.

Repository: knox
Updated Branches:
  refs/heads/master 62a19f4f7 -> d495eb3da


KNOX-532: Update root pom.xml maven-compiler-plugin configuration.


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

Branch: refs/heads/master
Commit: d495eb3da8902f5c5c3a71c87bfb4784ca6db754
Parents: 62a19f4
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Mon Apr 20 12:14:59 2015 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Mon Apr 20 12:14:59 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/knox/blob/d495eb3d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7271372..0f4d035 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,8 +237,8 @@
                 <version>3.1</version>
                 <configuration>
                     <compilerId>javac</compilerId>
-                    <source>1.6</source>
-                    <target>1.6</target>
+                    <source>1.7</source>
+                    <target>1.7</target>
                     <debug>true</debug>
                     <!--
                     <verbose>true</verbose>