release - gCube jackson

master
Fabio Sinibaldi 3 years ago
parent 2c0170caa0
commit a8024ad4d7

@ -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
## Unreleased [v1.0.3-SNAPSHOT] 2020-09-07
## [v1.0.3] 2020-09-07
### Fixes

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>data-transfer-plugin-framework</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<name>data-transfer-plugin-framework</name>
<description>Framework on top of which are built data-transfer-service plugins</description>
@ -30,14 +30,14 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Loading…
Cancel
Save