Remove -SNAPSHOT for release

This commit is contained in:
Luca Frosini 2021-06-16 09:42:03 +02:00
parent 26548ec991
commit cd3fa077bf
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Hello World Smart Executor Plugin
## [v2.0.0-SNAPSHOT] [r5.0.0] -
## [v2.0.0]
- Ported plugin to smart-executor APIs 3.0.0 [#21619]
- Switched smart-executor JSON management to gcube-jackson [#19647]

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.vremanagement</groupId>
<artifactId>hello-world-se-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>Hello World Smart Executor Plugin</name>
<description>Hello World project to help developers to learn how to to start to code their own Smart Executor Plugin</description>
@ -24,7 +24,7 @@
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-bom</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>