This commit is contained in:
Fabio Sinibaldi 2021-07-13 17:17:04 +02:00
parent 4ddbcd6c1a
commit 5347aeac1f
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
</parent>
<artifactId>gCat-Controller</artifactId>
<name>gCat-Controller</name>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
<description>Controller implementation for GCat Service</description>
<!-- <properties> -->
<!-- <gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl> -->
@ -47,9 +47,9 @@
<dependency>
<groupId>org.gcube.data-publishing</groupId>
<artifactId>gcat-client</artifactId>
<version>[1.0.0,2.0.0)</version>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat-client</artifactId>
<version>[2.0.0,3.0.0)</version>
</dependency>