Merge branch 'master' of https://code-repo.d4science.org/gCubeSystem/storagehub.git
This commit is contained in:
commit
8fd9bb5ac2
|
@ -3,6 +3,9 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [v1.3.2] - [2021-09-28]
|
||||||
|
- fix 22087
|
||||||
|
|
||||||
## [v1.3.1] - [2021-09-08]
|
## [v1.3.1] - [2021-09-08]
|
||||||
|
|
||||||
- solved bug on attachment rights
|
- solved bug on attachment rights
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.data.access</groupId>
|
<groupId>org.gcube.data.access</groupId>
|
||||||
<artifactId>storagehub</artifactId>
|
<artifactId>storagehub</artifactId>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<name>storagehub</name>
|
<name>storagehub</name>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|
Loading…
Reference in New Issue