Repository: incubator-sentry Updated Branches: refs/heads/master 3d6d69e09 -> f0aebaa94
SENTRY-952: Update source to JDK 7 (Colm O hEigeartaigh via Dapeng Sun) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/f0aebaa9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/f0aebaa9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/f0aebaa9 Branch: refs/heads/master Commit: f0aebaa949287b830f612972f6a5901cc15194f4 Parents: 3d6d69e Author: Sun Dapeng <s...@apache.org> Authored: Mon Nov 9 09:37:01 2015 +0800 Committer: Sun Dapeng <s...@apache.org> Committed: Mon Nov 9 09:39:41 2015 +0800 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/f0aebaa9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b91ab13..bf3a94d 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.6</maven.compile.source> - <maven.compile.target>1.6</maven.compile.target> + <maven.compile.source>1.7</maven.compile.source> + <maven.compile.target>1.7</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> @@ -713,7 +713,7 @@ limitations under the License. <artifactId>maven-surefire-plugin</artifactId> <version>2.18</version> <configuration> - <forkMode>always</forkMode> + <reuseForks>false</reuseForks> <environmentVariables> <HADOOP_CLIENT_OPTS>-Xmx1500m -Dhive.log.dir=./target/</HADOOP_CLIENT_OPTS> </environmentVariables>