#23704 New maven version range required for (the old) geoportal-client

This commit is contained in:
Francesco Mangiacrapa 2022-07-26 17:53:32 +02:00
parent 882b58c19d
commit b08b9a6915
2 changed files with 10 additions and 4 deletions

View File

@ -4,6 +4,12 @@
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).
## [v1.4.1-SNAPSHOT] - 2022-07-26
#### New
- [#23704] New maven version range required for (the old) geoportal-client
- Moved to gcube-bom.2.0.2
## [v1.4.0] - 2022-06-08

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-data-common</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
<description>GeoPortal Data Common is common library used by GUI components developed for GeoNA</description>
<scm>
@ -41,7 +41,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -69,7 +69,7 @@
<dependency>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-client</artifactId>
<version>[1.0.0, 1.0.7]</version>
<version>[1.0.0, 1.1.0-SNAPSHOT)</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@ -78,7 +78,7 @@
</exclusion>
</exclusions>
</dependency>
<!-- END FORCING -->
<dependency>