Removed -SNAPSHOT to release the component
This commit is contained in:
parent
bda0e2586b
commit
ddb0e70f01
|
@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
# Changelog for Smart Executor Bom
|
||||
|
||||
|
||||
## [v3.2.0-SNAPSHOT]
|
||||
## [v3.2.0]
|
||||
|
||||
- Upgraded gcube-smartgears-bom to 2.5.0
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.vremanagement</groupId>
|
||||
<artifactId>smart-executor-bom</artifactId>
|
||||
<version>3.2.0-SNAPSHOT</version>
|
||||
<version>3.2.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Smart Executor Bom</name>
|
||||
<description>Smart Executor Bom is used to declare the version and set to provided the libraries already available in Smartgears and in Smart Executor Service.
|
||||
|
@ -32,7 +32,7 @@ In such a way any plugin developer does not have to deal with dependencies confl
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-smartgears-bom</artifactId>
|
||||
<version>2.5.0-SNAPSHOT</version>
|
||||
<version>2.5.0</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue