Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2022-10-19 12:13:44 +02:00
parent 0180bced2c
commit 67ebbc93da
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 Smart Executor Client # Changelog for Smart Executor Client
## [v3.1.0-SNAPSHOT] ## [v3.1.0]
- Ported service to authorization-utils [#22871] - Ported service to authorization-utils [#22871]

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.vremanagement</groupId> <groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-client</artifactId> <artifactId>smart-executor-client</artifactId>
<version>3.1.0-SNAPSHOT</version> <version>3.1.0</version>
<name>Smart Executor Client</name> <name>Smart Executor Client</name>
<description>Smart Executor Client is a library designed to interact with Smart Executor exposed REST API</description> <description>Smart Executor Client is a library designed to interact with Smart Executor exposed REST API</description>
@ -30,7 +30,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>2.1.0-SNAPSHOT</version> <version>2.1.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>