Enhanced version

This commit is contained in:
Luca Frosini 2023-05-04 15:47:42 +02:00
parent 6ef83e2dea
commit 7b2bb740e7
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Smart Executor Service
## [v3.1.1-SNAPSHOT]
- Migrated code to reorganized E/R format [#24992]
## [v3.1.0]
- Ported service to authorization-utils [#22871]

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
<name>SmartExecutor</name>
<description>Smart Executor Service allows to launch recurrent tasks such as task for infrastructure management, healthy monitoring etc.</description>
<packaging>war</packaging>