Added -SNAPSHOT to allow to deploy the artifact using Jenkins
This commit is contained in:
parent
ec9d30d886
commit
f0ce3c250c
|
@ -2,7 +2,7 @@ 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.2.0]
|
## [v2.2.0-SNAPSHOT]
|
||||||
|
|
||||||
- Switching security to the new IAM [#21904]
|
- Switching security to the new IAM [#21904]
|
||||||
|
|
||||||
|
|
2
pom.xml
2
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.2.0</version>
|
<version>2.2.0-SNAPSHOT</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
|
||||||
|
|
Loading…
Reference in New Issue