diff --git a/orientdb/defaults/main.yml b/orientdb/defaults/main.yml index 577ac1e6..b264abd4 100644 --- a/orientdb/defaults/main.yml +++ b/orientdb/defaults/main.yml @@ -27,7 +27,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.1-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.1.0-SNAPSHOT&e=jar&c=jar-with-dependencies' #orientdb_hooks_to_be_removed: # - hook*.jar diff --git a/smartgears/resource_registry/defaults/main.yml b/smartgears/resource_registry/defaults/main.yml index 35b99efa..be3e0b32 100644 --- a/smartgears/resource_registry/defaults/main.yml +++ b/smartgears/resource_registry/defaults/main.yml @@ -3,7 +3,7 @@ resource_registry_install: False resource_registry_upgrade: False resource_registry_gcube_repository: gcube-snapshots resource_registry_snapshot_ver: 1.2.0-SNAPSHOT -resource_registry_version: 1.2.0-20161028.085542-14 +resource_registry_version: 1.2.0-20161028.155802-27 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 }}'