This commit is contained in:
Fabio Sinibaldi 2020-11-30 16:02:37 +01:00
parent fd64df7913
commit 0e5a99ff24
2 changed files with 6 additions and 5 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.application.geoportal-service
## [v1.0.0-SNAPSHOT] 2020-11-11
## [v1.0.0] 2020-11-11
First release

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-service</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Geoportal Service</name>
<packaging>war</packaging>
@ -91,12 +91,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>