Change of nexus reposistory

This commit is contained in:
Fabio Sinibaldi 2020-11-16 15:34:25 +01:00
parent a9c4dc4a89
commit ee5e55a1b2
2 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@ 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
### Fixes
- Change of nexus hostname in pom.xml
## [v3.4.4] - 2020-05-15

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>geonetwork</artifactId>
<version>3.4.4</version>
<version>3.4.5-SNAPSHOT</version>
<name>geonetwork</name>
<properties>
@ -139,11 +139,11 @@
<repositories>
<repository>
<id>GeoSolutions</id>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/geo-solutions-snapshots/</url>
<url>https://nexus.d4science.org/nexus/content/repositories/geo-solutions-snapshots/</url>
</repository>
<repository>
<id>GeoToolkit</id>
<url>http://maven.research-infrastructures.eu:8081/nexus/content/repositories/geotoolkit/</url>
<url>https://nexus.d4science.org/nexus/content/repositories/geotoolkit/</url>
</repository>
</repositories>