Enhanced gcube-smartgears-bom version

This commit is contained in:
Luca Frosini 2021-06-30 10:39:59 +02:00
parent 5b43d7ebaf
commit e0c7e7dd16
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.4.2-SNAPSHOT]
- Enhanced gcube-smartgears-bom version
## [v3.4.1] - 2021-06-25
- Released to have and up-to-date distribution

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId>
<version>3.4.1</version>
<version>3.4.2-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.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>