Updated version of resource registry and orientdb hooks

This commit is contained in:
Luca Frosini 2016-10-26 11:56:28 +02:00
parent 51ddc2cbd3
commit d8cc2755f0
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 }}'