From 16b7358eb5ac76a02fcd7d3294420e4f2ba0f817 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Thu, 13 Oct 2016 16:45:42 +0200 Subject: [PATCH] group_vars/smart_account_aggr_dev_devnext/smartexecutor_dev_devnext.yml remove dev version and gcube.snapshot repository ../library/roles/smartgears/smart_executor/defaults/main.yml update smart-executor version --- smartgears/smart_executor/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/smart_executor/defaults/main.yml b/smartgears/smart_executor/defaults/main.yml index 12fff03..cb846d1 100644 --- a/smartgears/smart_executor/defaults/main.yml +++ b/smartgears/smart_executor/defaults/main.yml @@ -2,7 +2,7 @@ smart_executor_install: False remove_smart_executor_install: False -smart_executor_version: 1.3.0-4.0.0-128844 +smart_executor_version: 1.4.0-4.1.0-132084 smart_executor_name: smart-executor smart_executor_file: '{{ smart_executor_name }}-{{ smart_executor_version }}.war' smart_executor_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/vremanagement/smart-executor/{{ smart_executor_version }}/{{ smart_executor_file }}'