This is an automated email from the ASF dual-hosted git repository.

arvindsh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git


The following commit(s) were added to refs/heads/master by this push:
     new 026c904  Update Maven version to 3.6.3 (#303)
026c904 is described below

commit 026c9043719c70eb0f8dc1e46d30e9f683361999
Author: Arvind Shyamsundar <[email protected]>
AuthorDate: Wed Dec 18 17:38:06 2019 -0800

    Update Maven version to 3.6.3 (#303)
    
    The current version (3.6.1) is no longer available from most of the
    Apache mirrors, which causes errors with setup. This fixes the issue by
    updating the version of Maven being used to the current - 3.6.3
---
 lib/muchos/config/base.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/muchos/config/base.py b/lib/muchos/config/base.py
index 37458ed..b7b6d6f 100644
--- a/lib/muchos/config/base.py
+++ b/lib/muchos/config/base.py
@@ -64,7 +64,7 @@ _HOST_VAR_DEFAULTS = {
   'journal_quorum': "{% for host in groups['journalnode'] %}{{ host }}:8485{% 
if not loop.last %};{% endif %}{% endfor %}",
   'maven_home': '"{{ install_dir }}/apache-maven-{{ maven_version }}"',
   'maven_tarball': 'apache-maven-{{ maven_version }}-bin.tar.gz',
-  'maven_version': '3.6.1',
+  'maven_version': '3.6.3',
   'spark_home': '"{{ install_dir }}/spark-{{ spark_version 
}}-bin-without-hadoop"',
   'spark_tarball': 'spark-{{ spark_version }}-bin-without-hadoop.tgz',
   'spark_version': None,
@@ -94,7 +94,7 @@ _PLAY_VAR_DEFAULTS = {
   'hub_home': '"{{ install_dir }}/hub-linux-amd64-{{ hub_version }}"',
   'hub_tarball': 'hub-linux-amd64-{{ hub_version }}.tgz',
   'hub_checksum': 
'sha256:54c35a459a4241b7ae4c28bcfea0ceef849dd2f8a9dd2b82ba2ba964a743e6bc',
-  'maven_checksum': 
'sha256:2528c35a99c30f8940cc599ba15d34359d58bec57af58c1075519b8cd33b69e7',
+  'maven_checksum': 
'sha512:c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0',
   'metrics_drive_ids': None,
   'mount_root': None,
   'node_type_map': None,

Reply via email to