Update 'pom.xml'

fixed storage-manager-core version
This commit is contained in:
Roberto Cirillo 2022-06-27 17:48:12 +02:00
parent 8f74a68db2
commit 464324f915
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@
<dependency>
<groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId>
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
<version>2.9.0-SNAPSHOT</version>
<!--version>[2.0.0, 3.0.0-SNAPSHOT)</version-->
</dependency>