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] ## [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] ## [v3.4.0]

View File

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