Advancing versions from patches

This commit is contained in:
Fabio Sinibaldi 2022-05-27 14:38:05 +02:00
parent 6fd3d4bb1c
commit f1b7790cda
4 changed files with 11 additions and 4 deletions

View File

@ -2,9 +2,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.application.geoportal-client # Changelog for org.gcube.application.geoportal-client
## [v1.0.7-SNAPSHOT] - 2022-02-01 ## [v1.0.8-SNAPSHOT] - 2022-02-01
- Fixes #22722 - Fixes #22722
## [v1.0.7] - 2022-05-25
- Clone Concessione
## [v1.0.6] - 2021-09-20 ## [v1.0.6] - 2021-09-20
- Changed artifact dependencies - Changed artifact dependencies
- Default Profiled Documents client - Default Profiled Documents client

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.application</groupId> <groupId>org.gcube.application</groupId>
<artifactId>geoportal-client</artifactId> <artifactId>geoportal-client</artifactId>
<version>1.0.7-SNAPSHOT</version> <version>1.0.8-SNAPSHOT</version>
<name>Geoportal Client</name> <name>Geoportal Client</name>

View File

@ -2,10 +2,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.application.geoportal-service # Changelog for org.gcube.application.geoportal-service
## [v1.0.9-SNAPSHOT] 2022-01-17 ## [v1.0.10-SNAPSHOT] 2022-01-17
- Plugin Management - Plugin Management
- Profiled Document : FileSet Registration - Profiled Document : FileSet Registration
## [v1.0.9] 2021-09-20
- Fixes [#23381](https://support.d4science.org/issues/23381)
## [v1.0.8] 2021-09-20 ## [v1.0.8] 2021-09-20
- Logging - Logging
- Fixes [#22193](https://support.d4science.org/issues/22193) - Fixes [#22193](https://support.d4science.org/issues/22193)

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.application</groupId> <groupId>org.gcube.application</groupId>
<artifactId>geoportal-service</artifactId> <artifactId>geoportal-service</artifactId>
<version>1.0.9-SNAPSHOT</version> <version>1.0.10-SNAPSHOT</version>
<name>Geoportal Service</name> <name>Geoportal Service</name>
<packaging>war</packaging> <packaging>war</packaging>