Removed -SNAPSHOT to release the component
This commit is contained in:
parent
1618cb9c10
commit
c138a3fbd2
|
@ -2,9 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for "accounting-dashboard-harvester-se-plugin"
|
# Changelog for "accounting-dashboard-harvester-se-plugin"
|
||||||
|
|
||||||
## [v2.5.0-SNAPSHOT]
|
## [v2.5.0]
|
||||||
|
|
||||||
- Upgraded smart-executor-bom to 3.3.0-SNAPSHOT [#27999]
|
- Upgraded smart-executor-bom to 3.3.0 [#27999]
|
||||||
|
|
||||||
|
|
||||||
## [v2.4.0]
|
## [v2.4.0]
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.accounting</groupId>
|
<groupId>org.gcube.accounting</groupId>
|
||||||
<artifactId>accounting-dashboard-harvester-se-plugin</artifactId>
|
<artifactId>accounting-dashboard-harvester-se-plugin</artifactId>
|
||||||
<version>2.5.0-SNAPSHOT</version>
|
<version>2.5.0</version>
|
||||||
<name>Accounting Dashboard Harvester Smart Executor Plugin</name>
|
<name>Accounting Dashboard Harvester Smart Executor Plugin</name>
|
||||||
<description>
|
<description>
|
||||||
Accounting Dashboard Harvester Smart Executor Plugin harvest accounting
|
Accounting Dashboard Harvester Smart Executor Plugin harvest accounting
|
||||||
|
@ -36,7 +36,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>
|
||||||
|
|
Loading…
Reference in New Issue