Update 'pom.xml'

This commit is contained in:
Lucio Lelii 2019-10-16 16:37:42 +02:00
parent 46a3b26983
commit d8ce21c159
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>common-jaxrs-client</artifactId> <artifactId>common-jaxrs-client</artifactId>
<version>1.0.3-SNAPSHOT</version> <version>1.0.3</version>
<name>gcube-jaxrs-client</name> <name>gcube-jaxrs-client</name>
<parent> <parent>
<groupId>org.gcube.tools</groupId> <groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<version>1.0.0</version> <version>1.1.0</version>
</parent> </parent>
<dependencies> <dependencies>