Aligned versions with service

This commit is contained in:
Luca Frosini 2022-09-01 16:46:15 +02:00
parent bf23ef86dd
commit 0180bced2c
2 changed files with 3 additions and 2 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
## [v3.0.1-SNAPSHOT]
## [v3.1.0-SNAPSHOT]
- Ported service to authorization-utils [#22871]

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-client</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<name>Smart Executor Client</name>
<description>Smart Executor Client is a library designed to interact with Smart Executor exposed REST API</description>
@ -86,6 +86,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
<scope>test</scope>
</dependency>
<!-- <dependency> -->