Releasing fix

This commit is contained in:
Fabio Sinibaldi 2021-05-31 12:00:45 +02:00
parent 961f498d0a
commit 4b5149ce7d
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.spatial.data.ws-thredds
## [v1.0.0-SNAPSHOT]
## [v1.0.0]
Integration with new IAM
Security Fixes
Fixes [#21537]

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>ws-thredds</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>ws-thredds</name>
<description>prototype of WS integration with data-transfer for Thredds pubblication</description>
@ -30,7 +30,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>