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. 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).
## [v2.4.0-SNAPSHOT] ## [v2.4.0]
- Search Filter for profileId and projectID [#27120] - Search Filter for profileId and projectID [#27120]
- Integrated new Uri-Resolver-Manager [#27160] - Integrated new Uri-Resolver-Manager [#27160]

View File

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