Removed -SNAPSHOT for release

This commit is contained in:
Luca Frosini 2021-06-16 09:37:22 +02:00
parent e98829d01b
commit cbdf37faa7
2 changed files with 2 additions and 2 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 API # Changelog for Smart Executor API
## [v3.0.0-SNAPSHOT] ## [v3.0.0]
- Switched smart-executor JSON management to gcube-jackson [#19647] - Switched smart-executor JSON management to gcube-jackson [#19647]
- Plugins must provide a property file with name <PluginName>.properties [#21596] - Plugins must provide a property file with name <PluginName>.properties [#21596]

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.vremanagement</groupId> <groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-api</artifactId> <artifactId>smart-executor-api</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>3.0.0</version>
<description>Smart Executor Service API Library</description> <description>Smart Executor Service API Library</description>
<properties> <properties>