removed -SNAPSHOT to be released

This commit is contained in:
Francesco Mangiacrapa 2024-06-28 16:38:28 +02:00
parent 6347b32450
commit 21a51199eb
2 changed files with 4 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).
## [v2.2.0-SNAPSHOT] - 2024-05-17
## [v2.2.0] - 2024-05-17
#### Enhancements

View File

@ -14,7 +14,7 @@
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>metadata-profile-form-builder-widget</artifactId>
<packaging>jar</packaging>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<name>Metadata Profile Form Builder</name>
<description>
The Metadata Profile Form Builder is a widget able to build dynamically a web form by reading "gCube Metadata Profile/s"
@ -33,6 +33,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.portal.bom>3.7.0</maven.portal.bom>
</properties>
<developers>
@ -53,7 +54,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.7.0</version>
<version>${maven.portal.bom}</version>
<type>pom</type>
<scope>import</scope>
</dependency>