pom and changelog update

This commit is contained in:
lucio.lelii 2021-10-07 10:38:35 +02:00
parent 27c6f2d3e1
commit 47bf9b57d2
2 changed files with 11 additions and 3 deletions

View File

@ -3,6 +3,14 @@
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
## [v1.3.1] - [2021-09-08]
- solved bug on attachment rights
## [v1.3.1] - [2021-09-08] ## [v1.3.1] - [2021-09-08]
- solved bug on attachment rights - solved bug on attachment rights

View File

@ -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.2-SNAPSHOT</version> <version>1.4.0-SNAPSHOT</version>
<name>storagehub</name> <name>storagehub</name>
<scm> <scm>
@ -300,13 +300,13 @@
<dependency> <dependency>
<groupId>org.gcube.contentmanagement</groupId> <groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId> <artifactId>storage-manager-core</artifactId>
<version>[2.0.0,3.0.0-SNAPSHOT)</version> <version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.contentmanagement</groupId> <groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-wrapper</artifactId> <artifactId>storage-manager-wrapper</artifactId>
<version>[2.0.0,3.0.0-SNAPSHOT)</version> <version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>