From f4be76d930abe043112f7d2e963b98244f2e6631 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Thu, 3 Dec 2020 19:34:06 +0100 Subject: [PATCH] SNAPSHOT --- CHANGELOG.md | 2 ++ pom.xml | 4 ++-- .../application/geoportal/service/legacy/ConcessioniTest.java | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb1d82..17c3b57 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.application.geoportal-service +## [v1.0.1-SNAPSHOT] 2020-11-11 + ## [v1.0.0] 2020-11-11 First release diff --git a/pom.xml b/pom.xml index 34c8bf3..616e6aa 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.gcube.application geoportal-service - 1.0.0 + 1.0.1-SNAPSHOT Geoportal Service war @@ -91,7 +91,7 @@ org.gcube.application geoportal-common - [1.0.0,2.0.0) + [1.0.0-SNAPSHOT,2.0.0) org.gcube.application diff --git a/src/test/java/org/gcube/application/geoportal/service/legacy/ConcessioniTest.java b/src/test/java/org/gcube/application/geoportal/service/legacy/ConcessioniTest.java index 6c7f9ca..8cdbc07 100644 --- a/src/test/java/org/gcube/application/geoportal/service/legacy/ConcessioniTest.java +++ b/src/test/java/org/gcube/application/geoportal/service/legacy/ConcessioniTest.java @@ -83,7 +83,7 @@ public class ConcessioniTest extends JerseyTest { public void readId() { WebTarget target=target(InterfaceConstants.Methods.CONCESSIONI); try{ - System.out.println(target.path("8").request(MediaType.APPLICATION_JSON).get(String.class)); + System.out.println(target.path("9").request(MediaType.APPLICATION_JSON).get(String.class)); }catch(WebApplicationException e) { if(e.getResponse().getStatus()==404) System.out.println("Object not found");