Compare commits
6 Commits
feature/26
...
master
Author | SHA1 | Date |
---|---|---|
Luca Frosini | ae9246d4aa | |
Luca Frosini | a712993147 | |
Luca Frosini | 4a8b2b12fe | |
Luca Frosini | c3b45e59e6 | |
Luca Frosini | 92d313d9c3 | |
Luca Frosini | 61bfe69178 |
|
@ -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
|
# 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 JSON management to gcube-jackson [#19115]
|
||||||
- Switched smart-executor JSON management to gcube-jackson [#19647]
|
- 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]
|
- Ported plugin to works with TimescaleDB [#21347]
|
||||||
- Enhanced range of storagehub-client-library to 2.0.0,3.0.0-SNAPSHOT [#22824]
|
- Enhanced range of storagehub-client-library to 2.0.0,3.0.0-SNAPSHOT [#22824]
|
||||||
|
|
||||||
|
|
||||||
## [v1.5.0] [r4.13.0] - 2018-11-20
|
## [v1.5.0] [r4.13.0] - 2018-11-20
|
||||||
|
|
||||||
- Creating uber-jar instead of jar-with-dependencies [#10136]
|
- Creating uber-jar instead of jar-with-dependencies [#10136]
|
||||||
|
|
11
pom.xml
11
pom.xml
|
@ -4,12 +4,12 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.tools</groupId>
|
<groupId>org.gcube.tools</groupId>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<version>1.1.0</version>
|
<version>1.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.gcube.accounting</groupId>
|
<groupId>org.gcube.accounting</groupId>
|
||||||
<artifactId>accounting-aggregator-se-plugin</artifactId>
|
<artifactId>accounting-aggregator-se-plugin</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.1.0</version>
|
||||||
<name>Accounting Aggregator Smart Executor Plugin</name>
|
<name>Accounting Aggregator Smart Executor Plugin</name>
|
||||||
<description>
|
<description>
|
||||||
Accounting Aggregator Smart Executor Plugin provides lossless
|
Accounting Aggregator Smart Executor Plugin provides lossless
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.vremanagement</groupId>
|
<groupId>org.gcube.vremanagement</groupId>
|
||||||
<artifactId>smart-executor-bom</artifactId>
|
<artifactId>smart-executor-bom</artifactId>
|
||||||
<version>3.1.0</version>
|
<version>3.3.0</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -57,11 +57,6 @@
|
||||||
<artifactId>document-store-lib-postgresql</artifactId>
|
<artifactId>document-store-lib-postgresql</artifactId>
|
||||||
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
||||||
</dependency>
|
</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>
|
<dependency>
|
||||||
<groupId>org.gcube.accounting</groupId>
|
<groupId>org.gcube.accounting</groupId>
|
||||||
<artifactId>accounting-analytics</artifactId>
|
<artifactId>accounting-analytics</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue