Removed -SNAPSHOT to be released

This commit is contained in:
Francesco Mangiacrapa 2022-11-14 15:13:04 +01:00
parent c66fa56a85
commit 9d0ca3382a
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,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).
## [v1.1.0-SNAPSHOT] - 2022-11-09
## [v1.1.0] - 2022-11-14
#### Enhancement

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.common</groupId>
<artifactId>metadata-profile-discovery</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>
<name>The Metadata Profile discovery library</name>
<description>The metadata-profile-discovery library is able to build java objects parsing the 'gCube Metadata Profiles' models:
@ -43,7 +43,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>