Removed -SNAPSHOT for release

This commit is contained in:
Luca Frosini 2021-06-16 09:54:33 +02:00
parent 01b1ad6dab
commit 0df42c9252
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Social Data Indexer Smart Executor Plugin
## [v3.0.0-SNAPSHOT]
## [v3.0.0]
- Ported plugin to smart-executor APIs 3.0.0 [#21570]

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.socialnetworking</groupId>
<artifactId>social-data-indexer-se-plugin</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>Social Data Indexer Smart Executor Plugin</name>
<description>Social Data Indexer Smart Executor Plugin</description>
@ -35,7 +35,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>