Upgraded smart-executor-bom to 3.3.0-SNAPSHOT [#27999]

This commit is contained in:
Luca Frosini 2024-09-20 14:56:03 +02:00
parent f3c2b6197c
commit 1618cb9c10
2 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "accounting-dashboard-harvester-se-plugin"
## [v2.5.0-SNAPSHOT]
- Upgraded smart-executor-bom to 3.3.0-SNAPSHOT [#27999]
## [v2.4.0]
- Removed filter restriction on JobUsageRecord harvesting to get MethodInvocation

View File

@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-dashboard-harvester-se-plugin</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<name>Accounting Dashboard Harvester Smart Executor Plugin</name>
<description>
Accounting Dashboard Harvester Smart Executor Plugin harvest accounting
@ -36,7 +36,7 @@
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-bom</artifactId>
<version>3.1.0</version>
<version>3.3.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>