Compare commits

...

6 Commits

2 changed files with 11 additions and 9 deletions

View File

@ -2,7 +2,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Accounting Aggregator Smart Executor Plugin
## [v2.0.0-SNAPSHOT]
## [v2.1.0]
- Upgraded smart-executor-bom to 3.3.0 [#27999]
- Updated maven-parent version to 1.2.0
## [v2.0.0] [r5.17.1] - 2024-04-23
- Switched JSON management to gcube-jackson [#19115]
- Switched smart-executor JSON management to gcube-jackson [#19647]
@ -14,6 +20,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Ported plugin to works with TimescaleDB [#21347]
- Enhanced range of storagehub-client-library to 2.0.0,3.0.0-SNAPSHOT [#22824]
## [v1.5.0] [r4.13.0] - 2018-11-20
- Creating uber-jar instead of jar-with-dependencies [#10136]

11
pom.xml
View File

@ -4,12 +4,12 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-aggregator-se-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>Accounting Aggregator Smart Executor Plugin</name>
<description>
Accounting Aggregator Smart Executor Plugin provides lossless
@ -32,7 +32,7 @@
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-bom</artifactId>
<version>3.1.0</version>
<version>3.3.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -57,11 +57,6 @@
<artifactId>document-store-lib-postgresql</artifactId>
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.gcube.accounting</groupId>-->
<!-- <artifactId>accounting-analytics-persistence-postgresql</artifactId>-->
<!-- <version>[2.0.1-SNAPSHOT, 3.0.0-SNAPSHOT)</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-analytics</artifactId>