Releasing patch 1.0.2

This commit is contained in:
Fabio Sinibaldi 2020-11-05 12:37:54 +01:00
parent 7ca69f9731
commit 9a23a2e661
2 changed files with 3 additions and 3 deletions

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-logic
## [v1.0.2-SNAPSHOT] - 2020-11-4
## [v1.0.2] - 2020-11-4
PublicationReport
Fix style publication [File not found]

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-logic</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<name>Geoportal Logic</name>
@ -36,7 +36,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>