change version from 3.1.0-SNAPSHOT to 4.0.0-SNAPSHOT
This commit is contained in:
parent
f6cdc9a9aa
commit
82d2d0c58b
|
@ -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
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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> -->
|
||||
|
|
Loading…
Reference in New Issue