Added -SNAPSHOT just to build in SNAPSHOT

This commit is contained in:
Francesco Mangiacrapa 2021-05-24 17:37:34 +02:00
parent bf8bb7dede
commit 1d651ad04b
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.0.1] - 2021-05-24
## [v2.0.1-SNAPSHOT] - 2021-05-24
**Bug fixes**

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>ckan-metadata-publisher-widget</artifactId>
<version>2.0.1</version>
<version>2.0.1-SNAPSHOT</version>
<name>gCube Ckan metadata publisher widget</name>
<description>
@ -42,7 +42,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.2</version>
<version>3.6.2-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>