update to version 4.1.0-SNAPSHOT
This commit is contained in:
parent
423a69b52a
commit
ba4cac46c8
|
@ -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
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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> -->
|
||||||
|
|
Loading…
Reference in New Issue