Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2024-09-24 12:27:52 +02:00
parent 43a4665480
commit 8b1d554331
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Bom # Changelog for gCube Bom
## [v2.4.1-SNAPSHOT] ## [v2.4.1]
- Enhanced common-authorization lower bound of range - Enhanced common-authorization lower bound of range
- Enhanced authorization-client lower bound of range - Enhanced authorization-client lower bound of range

View File

@ -9,7 +9,7 @@
</parent> </parent>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>2.4.1-SNAPSHOT</version> <version>2.4.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>gCube BOM</name> <name>gCube BOM</name>
<description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description> <description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description>
@ -124,12 +124,12 @@
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId> <artifactId>storagehub-model</artifactId>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version> <version>[2.0.0, 3.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId> <artifactId>storagehub-client-library</artifactId>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version> <version>[2.0.0, 3.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<!-- END Storagehub dependencies --> <!-- END Storagehub dependencies -->