update to version 2.9.2
This commit is contained in:
parent
904bf0bc17
commit
ac95563480
|
@ -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
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue