change version from 3.1.0-SNAPSHOT to 4.0.0-SNAPSHOT

This commit is contained in:
Roberto Cirillo 2021-10-07 09:22:06 +02:00
parent f6cdc9a9aa
commit 82d2d0c58b
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Changelog for storage-manager-core
## [v4.0.0-SNAPSHOT]
* compatible with s3 storage backend
## [v2.13.0-SNAPSHOT]
* add close operation on IClient interface

View File

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