Update 'pom.xml'

added SNAPSHOT to storagehub-client-wrapper
This commit is contained in:
Roberto Cirillo 2020-03-27 12:19:12 +01:00
parent cdda97f96e
commit 85b536eeda
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-wrapper</artifactId> <artifactId>storagehub-client-wrapper</artifactId>
<version>[0.6.2, 1.0.0-SNAPSHOT)</version> <version>[0.6.2-SNAPSHOT, 1.0.0-SNAPSHOT)</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>