Removed -SNAPSHOT for release
This commit is contained in:
parent
34c9207468
commit
c945b7b476
|
@ -2,7 +2,7 @@ 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.0.0]
|
||||||
|
|
||||||
- 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]
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<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.0.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
|
||||||
|
|
Loading…
Reference in New Issue