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:18 UTC

[23/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/62d1ca02
Tree: http://git-wip-us.apache.org/repos/asf/incubator-omid/tree/62d1ca02
Diff: http://git-wip-us.apache.org/repos/asf/incubator-omid/diff/62d1ca02

Branch: refs/heads/master
Commit: 62d1ca02aad75445d0ec2fc0b62a04f913167c44
Parents: d17f71d
Author: James Taylor <ja...@apache.org>
Authored: Sat Sep 29 08:44:37 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/62d1ca02/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6a710ec..705dfa3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <!-- Java Version -->
-        <java.version>1.8</java.version>
+        <java.version>1.7</java.version>
 
         <!-- 3rd-Party Library Versioning -->
         <hbase0.version>0.98.10.1-hadoop1</hbase0.version>