Removed -SNAPSHOT to release the component
This commit is contained in:
parent
43a4665480
commit
8b1d554331
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for gCube Bom
|
||||
|
||||
## [v2.4.1-SNAPSHOT]
|
||||
## [v2.4.1]
|
||||
|
||||
- Enhanced common-authorization lower bound of range
|
||||
- Enhanced authorization-client lower bound of range
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-bom</artifactId>
|
||||
<version>2.4.1-SNAPSHOT</version>
|
||||
<version>2.4.1</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>gCube BOM</name>
|
||||
<description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description>
|
||||
|
@ -124,12 +124,12 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<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>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<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>
|
||||
<!-- END Storagehub dependencies -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue