Removed -SNAPSHOT for release

feature/23387 r5.4.0
Luca Frosini 3 years ago
parent 777b80c171
commit 10fa700ad0

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Resource Checker Smart Executor Plugin
## [v2.0.0-SNAPSHOT]
## [v2.0.0]
- Contexts listing is performed via rpm-common-library [#21636]
- Ported plugin to smart-executor APIs 3.0.0 [#21618]

@ -9,7 +9,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-checker-se-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>Resource Checker Smart Executor Plugin</name>
<description>Resource Checker Smart Executor Plugin periodically checks the presence of required resources in the gCore IS in every context</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>

Loading…
Cancel
Save