update to version 2.9.2

This commit is contained in:
Roberto Cirillo 2022-09-07 17:25:49 +02:00
parent 904bf0bc17
commit ac95563480
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# Changelog for storage-manager-core
## [v2.9.2-SNAPSHOT] 2022-09-07
## [v2.9.2] 2022-09-07
* restored close() method to IClient
* add slf4j-simple dependency with test scope
* update gcube-bom to 2.0.2
## [v2.9.1] 2022-06-28
* update to version 2.9.1 in order to have a fixed bom in the latest version of the range

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId>
<version>2.9.2-SNAPSHOT</version>
<version>2.9.2</version>
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
</properties>
@ -23,7 +23,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>