You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2015/11/05 04:28:06 UTC

[1/2] hama git commit: HAMA-979: Change the setting the -source and -target of the Java Compiler to 1.7

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 <ed...@apache.org>
Authored: Wed Nov 4 11:02:56 2015 +0900
Committer: Edward J. Yoon <ed...@apache.org>
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>


[2/2] hama git commit: Merge branch 'HAMA-979' of https://github.com/edwardyoon/hama

Posted by ed...@apache.org.
Merge branch 'HAMA-979' of https://github.com/edwardyoon/hama


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

Branch: refs/heads/master
Commit: 321a2b543825907d93c3c312f45bf2e0cb0f1381
Parents: 656c013 9c0fa44
Author: Edward J. Yoon <ed...@apache.org>
Authored: Thu Nov 5 12:27:32 2015 +0900
Committer: Edward J. Yoon <ed...@apache.org>
Committed: Thu Nov 5 12:27:32 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/hama/blob/321a2b54/pom.xml
----------------------------------------------------------------------