removed -SNAPSHOT to be relased

This commit is contained in:
Francesco Mangiacrapa 2024-06-28 15:53:22 +02:00
parent 3b3555ac3e
commit f447964e79
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.4.0-SNAPSHOT]
## [v2.4.0]
- Search Filter for profileId and projectID [#27120]
- Integrated new Uri-Resolver-Manager [#27160]

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-data-common</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<description>GeoPortal Data Common is common library used by GUI components developed for GeoNA</description>
<scm>
@ -34,6 +34,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<gcube.bom>2.4.0</gcube.bom>
</properties>
<dependencyManagement>
@ -41,7 +42,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.3.0</version>
<version>${gcube.bom}</version>
<type>pom</type>
<scope>import</scope>
</dependency>