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

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

Branch: refs/heads/master
Commit: 4b4341aac869430cd70b3c633127581d6c393cd8
Parents: a7dd887
Author: James Taylor <ja...@apache.org>
Authored: Sat Sep 29 08:10:28 2018 -0700
Committer: Yonatan Gottesman <yo...@gmail.com>
Committed: Tue Nov 13 10:08:54 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/4b4341aa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5ee2127..46be708 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>