Created new version of distribution

This commit is contained in:
Luca Frosini 2023-05-03 17:06:18 +02:00
parent 932f7d4351
commit 32e0f96cb7
2 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Smartgears Distribution
## [v3.6.0-SNAPSHOT]
- upgraded gcube-smartgears-bom
## [v3.5.0]
- upgraded gcube-smartgears-bom

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>A distribution for the SmartGears Framework</name>
@ -29,7 +29,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.3.0</version>
<version>2.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>