From d8cc2755f0d4e0e563ca5df582b3e713e98001bf Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 26 Oct 2016 11:56:28 +0200 Subject: [PATCH] Updated version of resource registry and orientdb hooks --- orientdb/defaults/main.yml | 2 +- smartgears/resource_registry/defaults/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/orientdb/defaults/main.yml b/orientdb/defaults/main.yml index eec96bb1..0e522f60 100644 --- a/orientdb/defaults/main.yml +++ b/orientdb/defaults/main.yml @@ -26,7 +26,7 @@ orientdb_hooks_classes: # - { name: 'org.gcube.informationsystem.hooks.RecordHook', position: 'REGULAR' } orientdb_hooks_jars: -# - 'http://maven.research-infrastructures.eu/nexus/service/local/artifact/maven/redirect?r=gcube-snapshots&g=org.gcube.information-system&a=resource-registry-orientdb-hooks&v=1.0.0-SNAPSHOT&e=jar&c=jar-with-dependencies' +# - 'http://maven.research-infrastructures.eu/nexus/service/local/artifact/maven/redirect?r=gcube-snapshots&g=org.gcube.information-system&a=resource-registry-orientdb-hooks&v=1.0.1-SNAPSHOT&e=jar&c=jar-with-dependencies' orientdb_binary_protocol_lower_port: 2424 orientdb_binary_protocol_higher_port: 2430 diff --git a/smartgears/resource_registry/defaults/main.yml b/smartgears/resource_registry/defaults/main.yml index 8da3d9a2..38c2bbce 100644 --- a/smartgears/resource_registry/defaults/main.yml +++ b/smartgears/resource_registry/defaults/main.yml @@ -2,8 +2,8 @@ resource_registry_install: False resource_registry_upgrade: False resource_registry_gcube_repository: gcube-snapshots -resource_registry_snapshot_ver: 1.1.0-SNAPSHOT -resource_registry_version: 1.1.0-20160929.151332-7 +resource_registry_snapshot_ver: 1.2.0-SNAPSHOT +resource_registry_version: 1.2.0-20161026.093531-1 resource_registry_name: resource-registry resource_registry_file: '{{ resource_registry_name }}-{{ resource_registry_version }}.war' resource_registry_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ resource_registry_gcube_repository }}/org/gcube/information-system/{{resource_registry_name}}/{{ resource_registry_snapshot_ver }}/{{ resource_registry_file }}'