Fixing project setup

This commit is contained in:
Fabio Sinibaldi 2020-11-04 12:57:20 +01:00
parent 687617b9b5
commit c35206b8e7
2 changed files with 9 additions and 6 deletions

View File

@ -2,8 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.application.geoportal-logic
## [v1.0.0.1] - 2020-11-2
SDI publication exception are now non blocking
Automatic centroids layer creation
Default EntityManagerFactory to be set by caller
## [v1.0.0] - 2020-09-25
First release
First release

View File

@ -113,16 +113,16 @@
</dependency>
<dependency>
<dependency>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>gis-interface</artifactId>
<version>[2.4.0-SNAPSHOT,3.0.0)</version>
<version>[2.4.0,3.0.0)</version>
</dependency>
<dependency>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>geonetwork</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>[3.4.3,4.0.0)</version>
</dependency>
<dependency>