release - gCube jackson

This commit is contained in:
Fabio Sinibaldi 2020-10-29 11:11:12 +01:00
parent 0130e8e8c7
commit 1ef145d815
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data.transfer.data-transfer-library # Changelog for org.gcube.data.transfer.data-transfer-library
##[v1.2.2-SNAPSHOT] 2020-07-16 ##[v1.2.2] 2020-07-16
### Fixes ### Fixes

View File

@ -8,7 +8,7 @@
</parent> </parent>
<groupId>org.gcube.data.transfer</groupId> <groupId>org.gcube.data.transfer</groupId>
<artifactId>data-transfer-library</artifactId> <artifactId>data-transfer-library</artifactId>
<version>1.2.2-SNAPSHOT</version> <version>1.2.2</version>
<name>DataTransfer-library</name> <name>DataTransfer-library</name>
<description>Data Transfer Service client library</description> <description>Data Transfer Service client library</description>
@ -30,7 +30,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>