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

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

Branch: refs/heads/master
Commit: 986e9349617787117b1d5e207949a9c103b40011
Parents: b47fd4e
Author: James Taylor <ja...@apache.org>
Authored: Sat Sep 29 08:17:41 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/986e9349/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 98f603a..950329a 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>