This commit is contained in:
Fabio Sinibaldi 2020-11-30 15:41:05 +01:00
parent ee5e55a1b2
commit a739f62ebd
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.spatial.data.geonetwork
## [v3.4.5-SNAPSHOT] - 2020-11-16
## [v3.4.5] - 2020-11-16
Changed maven repositories in pom
### Fixes
- Change of nexus hostname in pom.xml

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>geonetwork</artifactId>
<version>3.4.5-SNAPSHOT</version>
<version>3.4.5</version>
<name>geonetwork</name>
<properties>
@ -65,7 +65,7 @@
<dependency>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>uri-resolver-manager</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<version>[1.0.0, 2.0.0)</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>