Upgraded gcube-smartgears-bom to 2.1.0-SNAPSHOT

master
Luca Frosini 3 years ago
parent 412471a48c
commit 3f232563c2

@ -2,8 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Smartgears Distribution
## [v3.1.0-SNAPSHOT]
## [v3.0.0] [r5.0.0] -
- Upgraded gcube-smartgears-bom to version 2.1.0
## [v3.0.0] [r4.26.0] - 2020-11-11
- Switched JSON management to gcube-jackson [#19283]
- Fixed distro files and pom according to new release procedure

@ -9,7 +9,7 @@
<groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId>
<version>3.0.0</version>
<version>3.1.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.0.0</version>
<version>2.1.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Loading…
Cancel
Save