removed -SNAPSHOT to be released

This commit is contained in:
Francesco Mangiacrapa 2021-07-20 09:33:44 +02:00
parent 9dc6c7534e
commit f2f42f77f0
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.5.1-SNAPSHOT] - 2021-07-20 ## [v1.5.1] - 2021-07-20
Moved to maven-portal-bom 3.6.3 Moved to maven-portal-bom 3.6.3
Just to include new version of ws-thredds Just to include new version of ws-thredds

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portal</groupId> <groupId>org.gcube.portal</groupId>
<artifactId>ws-synchronized-module-library</artifactId> <artifactId>ws-synchronized-module-library</artifactId>
<version>1.5.1-SNAPSHOT</version> <version>1.5.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>ws-synchronized-module-library</name> <name>ws-synchronized-module-library</name>
<description> <description>
@ -37,7 +37,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId> <artifactId>maven-portal-bom</artifactId>
<version>3.6.3-SNAPSHOT</version> <version>3.6.3</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>