release - gCube jackson

This commit is contained in:
Fabio Sinibaldi 2020-10-29 11:15:30 +01:00
parent 33ecc07b76
commit 8ca19f2bf9
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-plugin-framework # Changelog for org.gcube.data.transfer.data-transfer-plugin-framework
## Unreleased [v1.0.3-SNAPSHOT] 2020-09-07 ## [v1.0.3] 2020-09-07
### Fixes ### Fixes

View File

@ -9,7 +9,7 @@
</parent> </parent>
<groupId>org.gcube.data.transfer</groupId> <groupId>org.gcube.data.transfer</groupId>
<artifactId>data-transfer-service</artifactId> <artifactId>data-transfer-service</artifactId>
<version>2.0.7-SNAPSHOT</version> <version>2.0.7</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>DataTransferService</name> <name>DataTransferService</name>
@ -33,7 +33,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-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>