Remove -SNAPSHOT for release

This commit is contained in:
Luca Frosini 2021-06-16 09:41:20 +02:00
parent a3f6a61454
commit 3202995a5b
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Smart Executor Bom
## [v3.0.0-SNAPSHOT]
## [v3.0.0]
- Switched smart-executor JSON management to gcube-jackson [#19647]

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-bom</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>
<name>Smart Executor Bom</name>
<description>Smart Executor Bom is used to declare the version and set to provided the libraries already available in Smartgears and in Smart Executor Service.
@ -203,13 +203,13 @@ In such a way any plugin developer does not have to deal with dependencies confl
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-api</artifactId>
<version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-client</artifactId>
<version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>