gcube jackson integration release

This commit is contained in:
Fabio Sinibaldi 2020-11-02 18:00:06 +01:00
parent e04f3503e6
commit a9c4dc4a89
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.spatial.data.geonetwork
## [v3.4.4-SNAPSHOT] - 2020-05-15
## [v3.4.4] - 2020-05-15
### Fixes
- gCube bom 2.0.0 integration (https://support.d4science.org/issues/19612)

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>geonetwork</artifactId>
<version>3.4.4-SNAPSHOT</version>
<version>3.4.4</version>
<name>geonetwork</name>
<properties>
@ -29,7 +29,7 @@
<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>