From 1ee36151a4d1ab47bb0d4b07e3454459a213f064 Mon Sep 17 00:00:00 2001 From: Roberto Date: Thu, 4 May 2017 12:46:39 +0200 Subject: [PATCH] group_vars/smartexecutor_dev/smartexecutor_dev.yml change repository to staging group_vars/smartexecutor_dev_devsec/smartexecutor_dev_devsec.yml upgrade distro version (from staging) group_vars/social_data_indexer_se_plugin_dev/social_data_indexer_se_plugin_dev.yml commented snapshot version ../library/roles/smartgears/smart_executor/defaults/main.yml update smart-executor version ./library/roles/smartgears/social_data_indexer_se_plugin/defaults/main.yml update plugin version --- smartgears/smart_executor/defaults/main.yml | 4 ++-- smartgears/social_data_indexer_se_plugin/defaults/main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/smartgears/smart_executor/defaults/main.yml b/smartgears/smart_executor/defaults/main.yml index b0ade80..aa8a008 100644 --- a/smartgears/smart_executor/defaults/main.yml +++ b/smartgears/smart_executor/defaults/main.yml @@ -3,8 +3,8 @@ smart_executor_install: False remove_smart_executor_install: False smart_executor_context: /smart-executor -#smart_executor_version: 1.4.0-4.1.0-132084 -smart_executor_version: latest +smart_executor_version: 1.5.0-4.4.0-144722 +#smart_executor_version: latest smart_executor_name: smart-executor smart_executor_extension: war smart_executor_group_id: org.gcube.vremanagement diff --git a/smartgears/social_data_indexer_se_plugin/defaults/main.yml b/smartgears/social_data_indexer_se_plugin/defaults/main.yml index e2c087c..9254e02 100644 --- a/smartgears/social_data_indexer_se_plugin/defaults/main.yml +++ b/smartgears/social_data_indexer_se_plugin/defaults/main.yml @@ -1,9 +1,9 @@ --- social_data_indexer_se_plugin_install: False -social_data_indexer_se_plugin_ver: 1.1.1-4.1.0-133365 +social_data_indexer_se_plugin_ver: 1.2.0-4.4.0-144777 social_data_indexer_se_plugin_name: 'social-data-indexer-se-plugin-{{ social_data_indexer_se_plugin_ver }}-jar-with-dependencies.jar' social_data_indexer_se_plugin_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/socialnetworking/social-data-indexer-se-plugin/{{ social_data_indexer_se_plugin_ver }}/{{ social_data_indexer_se_plugin_name }}' social_data_indexer_se_plugin_maven_group_id : 'org.gcube.socialnetworking' social_data_indexer_se_plugin_maven_artifact_id : 'social-data-indexer-se-plugin' -social_data_indexer_se_plugin_maven_version : '1.1.1-SNAPSHOT' \ No newline at end of file +social_data_indexer_se_plugin_maven_version : '1.2.0-4.4.0-144777'