diff --git a/orientdb/defaults/main.yml b/orientdb/defaults/main.yml
index eec96bb..0e522f6 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 8da3d9a..38c2bbc 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 }}'