removed SNAPSHOT from version
This commit is contained in:
parent
505346fac3
commit
5a644f79a0
|
@ -1,6 +1,6 @@
|
|||
# Changelog for storage-manager-core
|
||||
|
||||
## [v3.0.0-SNAPSHOT] 2021-09-10
|
||||
## [v3.0.0] 2021-09-10
|
||||
* fix #21980
|
||||
* update gcube-bom version
|
||||
* 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.0.0-SNAPSHOT</version>
|
||||
<version>3.0.0</version>
|
||||
<!-- <properties> -->
|
||||
<!-- <distroDirectory>${project.basedir}/distro</distroDirectory> -->
|
||||
<!-- </properties> -->
|
||||
|
|
Loading…
Reference in New Issue