This is an automated email from the ASF dual-hosted git repository.
ctubbsii 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 24adcfd update to maven 3.6.1 (#259)
24adcfd is described below
commit 24adcfd5fe303724c0d45650f3bd69318b018d99
Author: Keith Turner <[email protected]>
AuthorDate: Tue Jun 18 18:37:48 2019 -0400
update to maven 3.6.1 (#259)
---
lib/muchos/config.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/muchos/config.py b/lib/muchos/config.py
index 8578dc8..8c44645 100644
--- a/lib/muchos/config.py
+++ b/lib/muchos/config.py
@@ -358,7 +358,7 @@ HOST_VAR_DEFAULTS = {
'java_home': '"/usr/lib/jvm/java-1.8.0-openjdk"',
'maven_home': '"{{ install_dir }}/apache-maven-{{ maven_version }}"',
'maven_tarball': 'apache-maven-{{ maven_version }}-bin.tar.gz',
- 'maven_version': '3.2.5',
+ 'maven_version': '3.6.1',
'spark_home': '"{{ install_dir }}/spark-{{ spark_version
}}-bin-without-hadoop"',
'spark_tarball': 'spark-{{ spark_version }}-bin-without-hadoop.tgz',
'spark_version': None,
@@ -390,7 +390,7 @@ PLAY_VAR_DEFAULTS = {
'hub_home': '"{{ install_dir }}/hub-linux-amd64-{{ hub_version }}"',
'hub_tarball': 'hub-linux-amd64-{{ hub_version }}.tgz',
'hub_sha256':
'54c35a459a4241b7ae4c28bcfea0ceef849dd2f8a9dd2b82ba2ba964a743e6bc',
- 'maven_sha256':
'8c190264bdf591ff9f1268dc0ad940a2726f9e958e367716a09b8aaa7e74a755',
+ 'maven_sha256':
'2528c35a99c30f8940cc599ba15d34359d58bec57af58c1075519b8cd33b69e7',
'metrics_drive_ids': None,
'mount_root': None,
'node_type_map': None,