moved from 2.13.1 to 3.0.0-SNAPSHOT version

This commit is contained in:
Roberto Cirillo 2021-10-07 09:38:06 +02:00
parent a4abfbad5b
commit 505346fac3
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog for storage-manager-core # Changelog for storage-manager-core
## [v2.13.1] 2021-09-10 ## [v3.0.0-SNAPSHOT] 2021-09-10
* fix #21980 * fix #21980
* update gcube-bom version * update gcube-bom version
* add close operation on IClient interface * add close operation on IClient interface
@ -10,6 +10,7 @@
* One pool for every operation: static Operation class; no mongo close operation * One pool for every operation: static Operation class; no mongo close operation
* upgrade mongo-java-driver to 3.12.0 * upgrade mongo-java-driver to 3.12.0
* added input parameter to getSize method in order to be compatible with the needed of s3 client * added input parameter to getSize method in order to be compatible with the needed of s3 client
* moved from version 2.13.1 to 3.0.0-SNAPSHOT
## [v2.9.0] 2019-10-19 ## [v2.9.0] 2019-10-19
* SSL enabled * SSL enabled

View File

@ -8,7 +8,7 @@
</parent> </parent>
<groupId>org.gcube.contentmanagement</groupId> <groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId> <artifactId>storage-manager-core</artifactId>
<version>2.13.1</version> <version>3.0.0-SNAPSHOT</version>
<!-- <properties> --> <!-- <properties> -->
<!-- <distroDirectory>${project.basedir}/distro</distroDirectory> --> <!-- <distroDirectory>${project.basedir}/distro</distroDirectory> -->
<!-- </properties> --> <!-- </properties> -->