Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2021-06-16 14:38:18 +02:00
parent c213d4b09a
commit 3e1062af33
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Document Store Backend Connector Library No Insert
## [v2.0.0-SNAPSHOT] [r5.0.0] -
## [v2.0.0]
- Switched JSON management to gcube-jackson [#19115]
- Fixed distro files and pom according to new release procedure

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib-no-insert</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>Document Store Backend Connector Library No Insert</name>
<description>This library is used to discard all accounted record. It just does nothing.</description>
@ -30,7 +30,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>