Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2024-09-24 12:37:45 +02:00
parent a712993147
commit ae9246d4aa
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@ 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.1.0-SNAPSHOT] ## [v2.1.0]
- Upgraded smart-executor-bom to 3.3.0-SNAPSHOT [#27999] - Upgraded smart-executor-bom to 3.3.0 [#27999]
- Updated maven-parent version to 1.2.0 - Updated maven-parent version to 1.2.0

View File

@ -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.1.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.3.0-SNAPSHOT</version> <version>3.3.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>