Repository: hama Updated Branches: refs/heads/master 656c0134f -> 321a2b543
HAMA-979: Change the setting the -source and -target of the Java Compiler to 1.7 Project: http://git-wip-us.apache.org/repos/asf/hama/repo Commit: http://git-wip-us.apache.org/repos/asf/hama/commit/9c0fa443 Tree: http://git-wip-us.apache.org/repos/asf/hama/tree/9c0fa443 Diff: http://git-wip-us.apache.org/repos/asf/hama/diff/9c0fa443 Branch: refs/heads/master Commit: 9c0fa443186b9f07167d1c653265f414e2b00325 Parents: 7759717 Author: Edward J. Yoon <[email protected]> Authored: Wed Nov 4 11:02:56 2015 +0900 Committer: Edward J. Yoon <[email protected]> Committed: Wed Nov 4 11:02:56 2015 +0900 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hama/blob/9c0fa443/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 28086e1..2c7908b 100644 --- a/pom.xml +++ b/pom.xml @@ -360,8 +360,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> <plugin>
