1.0.3 #3

Manually merged
fabio.sinibaldi merged 2 commits from 1.0.3 into master 2020-12-10 16:03:49 +01:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 050e22a6ba - Show all commits

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.application.geoportal-service
## [v1.0.3-SNAPSHOT] 2020-11-11
## [v1.0.3] 2020-11-11
Fixed HTTP method
## [v1.0.2] 2020-11-11

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-service</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<name>Geoportal Service</name>
<packaging>war</packaging>
@ -99,12 +99,12 @@
<dependency>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-common</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0)</version>
<version>[1.0.0,2.0.0)</version>
</dependency>
<dependency>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-logic</artifactId>
<version>[1.0.4-SNAPSHOT,2.0.0)</version>
<version>[1.0.4,2.0.0)</version>
</dependency>