Added -SNAPSHOT

This commit is contained in:
Luca Frosini 2022-06-03 15:43:04 +02:00
parent b9dc4ec54e
commit e7afd437fd
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Smartgears Bom
## [v2.2.0]
## [v2.2.0-SNAPSHOT]
- enhanced gcube-model version range
- enhanced information-system-model version range

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>gCube Smartgears Bom</name>
<description>
@ -34,7 +34,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.1.0</version>
<version>2.1.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>