removed -SNAPSHOT to be released

This commit is contained in:
Francesco Mangiacrapa 2021-05-27 17:57:02 +02:00
parent 77ae8eeced
commit 7bb20c9644
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.0.1-SNAPSHOT] - 2021-05-11 ## [v1.0.1] - 2021-05-11
**Fixes** **Fixes**
[#21387] Harmonize the jackson version to v.2.8.11 [#21387] Harmonize the jackson version to v.2.8.11

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.datacatalogue</groupId> <groupId>org.gcube.datacatalogue</groupId>
<artifactId>catalogue-util-library</artifactId> <artifactId>catalogue-util-library</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.1</version>
<name>Ckan utility library</name> <name>Ckan utility library</name>
<description> <description>
@ -40,7 +40,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.2-SNAPSHOT</version> <version>3.6.2</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>