From 29ae2297592cdd9d3a2258de35e8db014c9aef40 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Mon, 16 Nov 2020 16:21:53 +0100 Subject: [PATCH] changed nexus respository address --- CHANGELOG.md | 2 ++ pom.xml | 12 ++++++------ src/main/webapp/WEB-INF/gcube-app.xml | 8 -------- src/main/webapp/WEB-INF/web.xml | 25 ------------------------- 4 files changed, 8 insertions(+), 39 deletions(-) delete mode 100644 src/main/webapp/WEB-INF/gcube-app.xml delete mode 100644 src/main/webapp/WEB-INF/web.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 201b7ce..d8ed6cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for org.gcube.spatial.data.sdi-service +## [v1.4.3-SNAPSHOT] 2020-05-15 + ## [v1.4.2] 2020-05-15 ### Fixes diff --git a/pom.xml b/pom.xml index 120471e..c0bd9bb 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.gcube.spatial.data sdi-service - 1.4.2 + 1.4.3-SNAPSHOT SDI Service REST Interface towards SDI facilities war @@ -221,10 +221,10 @@ - + GeoSolutions-snap - http://maven.research-infrastructures.eu/nexus/content/repositories/geo-solutions-snapshots/ + https://nexus.d4science.org/nexus/content/repositories/geo-solutions-snapshots/ true @@ -234,7 +234,7 @@ GeoSolutions-rels - http://maven.research-infrastructures.eu:8081/nexus/content/repositories/geo-solutions/ + https://nexus.d4science.org/nexus/content/repositories/geo-solutions/ false @@ -245,8 +245,8 @@ GeoToolkit - http://maven.research-infrastructures.eu:8081/nexus/content/repositories/geotoolkit/ + https://nexus.d4science.org/nexus/content/repositories/geotoolkit/ - + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/gcube-app.xml b/src/main/webapp/WEB-INF/gcube-app.xml deleted file mode 100644 index d034671..0000000 --- a/src/main/webapp/WEB-INF/gcube-app.xml +++ /dev/null @@ -1,8 +0,0 @@ - - sdi-service - SDI - 1.1.0-SNAPSHOT - REST Interface towards SDI facilities - - - diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 18809d2..0000000 --- a/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - org.gcube.spatial.data.sdi.SDIService - org.glassfish.jersey.servlet.ServletContainer - - - javax.ws.rs.Application - org.gcube.spatial.data.sdi.SDIService - - - jersey.config.server.provider.classnames - org.glassfish.jersey.media.multipart.MultiPartFeature - - - - jersey.config.xml.formatOutput - true - - 1 - - - org.gcube.spatial.data.sdi.SDIService - /gcube/service/* - - \ No newline at end of file