pom and changelog updated
This commit is contained in:
parent
8c934a138e
commit
882f849e2f
|
@ -3,6 +3,11 @@
|
||||||
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.4.0] - [2021-10-07]
|
||||||
|
|
||||||
|
- slow query removed from VRE retrieving and recents
|
||||||
|
- incident #22184 solved
|
||||||
|
|
||||||
## [v1.3.2] - [2021-09-28]
|
## [v1.3.2] - [2021-09-28]
|
||||||
- fix 22087
|
- fix 22087
|
||||||
|
|
||||||
|
|
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.4.0-SNAPSHOT</version>
|
<version>1.4.0</version>
|
||||||
<name>storagehub</name>
|
<name>storagehub</name>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|
Loading…
Reference in New Issue