Downgraded gcube-bom to version 2.4.1-SNAPSHOT

This commit is contained in:
Luca Frosini 2024-09-23 15:11:30 +02:00
parent 574aeaa308
commit 4b4931e6e6
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v3.5.0-SNAPSHOT]
- Enhanced gcube-bom version to 3.5.0-SNAPSHOT [#27999]
- Enhanced gcube-bom version to 3.4.1-SNAPSHOT [#27999]
- Updated maven-parent version to 1.2.0
## [v3.4.0]

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<groupId>org.gcube.data-publishing</groupId>
@ -37,7 +37,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>