update to version 4.1.0-SNAPSHOT

This commit is contained in:
Roberto Cirillo 2022-11-29 17:14:58 +01:00
parent 423a69b52a
commit ba4cac46c8
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# Changelog for storage-manager-core # Changelog for storage-manager-core
## [v4.0.0-SNAPSHOT] ## [v4.1.0-SNAPSHOT]
* compatible with s3 storage backend * compatible with s3 storage backend
* remove retry mechanism to exist method
## [v3.0.0] 2021-09-10 ## [v3.0.0] 2021-09-10
* fix #22164 * fix #22164

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>4.0.0-SNAPSHOT</version> <version>4.1.0-SNAPSHOT</version>
<!-- <properties> --> <!-- <properties> -->
<!-- <distroDirectory>${project.basedir}/distro</distroDirectory> --> <!-- <distroDirectory>${project.basedir}/distro</distroDirectory> -->
<!-- </properties> --> <!-- </properties> -->