Updated gcube-bom to 2.5.0-SNAPSHOT

This commit is contained in:
Giancarlo Panichi 2024-09-18 10:23:10 +02:00
parent d5ae696ed5
commit fbee16c8f0
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "dataminer"
## [v1.9.1-SNAPSHOT] - 2022-12-06
## [v1.9.1-SNAPSHOT]
- Updated bom to latest version [#24209]
- Updated gcube-bom to 2.5.0-SNAPSHOT
## [v1.9.0] - 2022-04-05

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath />
</parent>
<groupId>org.gcube.dataanalysis</groupId>
@ -56,7 +56,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>