Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2024-09-24 12:30:45 +02:00
parent 4b4931e6e6
commit bd422da41b
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for StorageHub Application Persistence
## [v3.5.0-SNAPSHOT]
## [v3.5.0]
- Enhanced gcube-bom version to 3.4.1-SNAPSHOT [#27999]
- Enhanced gcube-bom version to 3.4.1 [#27999]
- Updated maven-parent version to 1.2.0

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.data-publishing</groupId>
<artifactId>storagehub-application-persistence</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<name>StorageHub Application Persistence</name>
<description>
This library allows any application to persist in its workspace home any
@ -37,7 +37,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>