From cd3fa077bf20b121df5eea200dbac85d3d75a85c Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 16 Jun 2021 09:42:03 +0200 Subject: [PATCH] Remove -SNAPSHOT for release --- CHANGELOG.md | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a10da..7e72347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/pom.xml b/pom.xml index 7155563..8397702 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.vremanagement hello-world-se-plugin - 2.0.0-SNAPSHOT + 2.0.0 Hello World Smart Executor Plugin Hello World project to help developers to learn how to to start to code their own Smart Executor Plugin @@ -24,7 +24,7 @@ org.gcube.vremanagement smart-executor-bom - 3.0.0-SNAPSHOT + 3.0.0 pom import