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