release - gCube jackson

This commit is contained in:
Fabio Sinibaldi 2020-10-29 11:09:02 +01:00
parent a51ea24779
commit a714bc1030
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog for org.gcube.data.transfer.data-transfer-model # Changelog for org.gcube.data.transfer.data-transfer-model
## Unreleased [v1.2.5-SNAPSHOT] 2020-07-16 ## Unreleased [v1.2.5] 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-model</artifactId> <artifactId>data-transfer-model</artifactId>
<version>1.2.5-SNAPSHOT</version> <version>1.2.5</version>
<name>Data Transfer Model</name> <name>Data Transfer Model</name>
<description>Common model used by Data Transfer Service facilities</description> <description>Common model used by Data Transfer Service facilities</description>
@ -29,7 +29,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>