release - gCube jackson

This commit is contained in:
Fabio Sinibaldi 2020-10-29 11:18:13 +01:00
parent 9c1102c15a
commit 6cee0c1750
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 sdi-interface # Changelog for sdi-interface
## [v1.2.0-SNAPSHOT] - 2020-09-03 ## [v1.2.0] - 2020-09-03
### Fixes ### Fixes

View File

@ -8,7 +8,7 @@
</parent> </parent>
<groupId>org.gcube.spatial.data</groupId> <groupId>org.gcube.spatial.data</groupId>
<artifactId>sdi-interface</artifactId> <artifactId>sdi-interface</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0</version>
<name>SDI Interface</name> <name>SDI Interface</name>
<description>SDI Service interface and model</description> <description>SDI Service interface and model</description>
@ -31,7 +31,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>