You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by pr...@apache.org on 2014/11/08 19:37:28 UTC

incubator-sentry git commit: SENTRY-512: Revert back to maven.compiler to java 6 (Sravya Tirukkovalur via Prasad Mujumdar)

Repository: incubator-sentry
Updated Branches:
  refs/heads/master 9dc278379 -> 170112904


SENTRY-512: Revert back to maven.compiler to java 6 (Sravya Tirukkovalur via Prasad Mujumdar)


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

Branch: refs/heads/master
Commit: 170112904d56bef33a47a45b9f85c7dad7a8c9c6
Parents: 9dc2783
Author: Prasad Mujumdar <pr...@cloudera.com>
Authored: Sat Nov 8 10:37:18 2014 -0800
Committer: Prasad Mujumdar <pr...@cloudera.com>
Committed: Sat Nov 8 10:37:18 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/17011290/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 405367f..88d3c6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,8 +50,8 @@ limitations under the License.
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <maven.compile.source>1.7</maven.compile.source>
-    <maven.compile.target>1.7</maven.compile.target>
+    <maven.compile.source>1.6</maven.compile.source>
+    <maven.compile.target>1.6</maven.compile.target>
     <!-- versions are in alphabetical order -->
     <ant.contrib.version>1.0b3</ant.contrib.version>
     <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version>