Updated gcube-smartgears-bom to new version

This commit is contained in:
Luca Frosini 2022-03-02 11:34:13 +01:00
parent 3202995a5b
commit 4c23dcb0cb
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Smart Executor Bom
## [v3.1.0-SNAPSHOT]
- Updated gcube-smartgears-bom to new version
## [v3.0.0]

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-bom</artifactId>
<version>3.0.0</version>
<version>3.1.0-SNAPSHOT</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.
@ -31,7 +31,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.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>