diff --git a/smartgears/accounting_aggregator_se_plugin/defaults/main.yml b/smartgears/accounting_aggregator_se_plugin/defaults/main.yml index a48f25b7..cea3b8c3 100644 --- a/smartgears/accounting_aggregator_se_plugin/defaults/main.yml +++ b/smartgears/accounting_aggregator_se_plugin/defaults/main.yml @@ -1,6 +1,6 @@ --- -aggregator_gcube_repository: 'gcube-snapshots' +aggregator_gcube_repository: 'gcube-staging' accounting_aggregator_se_plugin_install: False -accounting_aggregator_se_plugin_ver: 1.0.0-SNAPSHOT -accounting_aggregator_se_plugin_name: 'accounting-aggregator-se-plugin-1.0.0-20160930.164349-23-jar-with-dependencies.jar' +accounting_aggregator_se_plugin_ver: 1.0.0-4.1.0-132538 +accounting_aggregator_se_plugin_name: 'accounting-aggregator-se-plugin-{{ accounting_aggregator_se_plugin_ver }}-jar-with-dependencies.jar' accounting_aggregator_se_plugin_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ aggregator_gcube_repository }}/org/gcube/accounting/accounting-aggregator-se-plugin/{{ accounting_aggregator_se_plugin_ver }}/{{ accounting_aggregator_se_plugin_name }}' diff --git a/smartgears/fhn_manager/defaults/main.yml b/smartgears/fhn_manager/defaults/main.yml index 67a01238..44292ea0 100644 --- a/smartgears/fhn_manager/defaults/main.yml +++ b/smartgears/fhn_manager/defaults/main.yml @@ -1,7 +1,7 @@ --- fhn_manager_install: False smart_executor_install: False -fhn_manager_version: 1.2.0-4.1.0-132923 +fhn_manager_version: 1.2.0-4.1.0-133350 fhn_manager_name: fhn-manager-service fhn_manager_file: '{{ fhn_manager_name }}-{{ fhn_manager_version }}.war' fhn_manager_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/resources/federation/{{fhn_manager_name}}/{{ fhn_manager_version }}/{{ fhn_manager_file }}'