From 6a718f294c27c70e2ea460e917b23e684358e4a0 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 7 Jul 2022 18:15:16 +0200 Subject: [PATCH] Upgraded resource-registry clients ranges --- pom.xml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e564fe9..29781ea 100644 --- a/pom.xml +++ b/pom.xml @@ -115,17 +115,32 @@ org.gcube.information-system resource-registry-api - [4.1.0,5.0.0-SNAPSHOT) + [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) org.gcube.information-system resource-registry-client - [4.1.0,5.0.0-SNAPSHOT) + [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) + + + org.gcube.information-system + resource-registry-context-client + [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) org.gcube.information-system resource-registry-publisher - [4.1.0,5.0.0-SNAPSHOT) + [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) + + + org.gcube.information-system + resource-registry-query-template-client + [2.0.0-SNAPSHOT,6.0.0-SNAPSHOT) + + + org.gcube.information-system + resource-registry-schema-client + [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)