You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by yo...@apache.org on 2018/12/03 13:46:16 UTC

[21/50] [abbrv] incubator-omid git commit: Test to see if removing wagon profile fixes build (will revert)

Test to see if removing wagon profile fixes build (will revert)


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

Branch: refs/heads/master
Commit: ad28eff7f2ace1128e32c667ce7a85a9f75f49f4
Parents: 788e7ed
Author: James Taylor <ja...@apache.org>
Authored: Sat Sep 29 09:00:42 2018 -0700
Committer: Yonatan Gottesman <yo...@gmail.com>
Committed: Tue Nov 13 10:09:13 2018 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/ad28eff7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 974edc8..84dc360 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <!-- Java Version -->
-        <java.version>1.7</java.version>
+        <java.version>1.8</java.version>
 
         <!-- 3rd-Party Library Versioning -->
         <hbase0.version>0.98.10.1-hadoop1</hbase0.version>