- Moved to `gcube-smartgears-bom 2.6.0{-SNAPSHOT}` [#28026]

This commit is contained in:
Francesco Mangiacrapa 2024-09-17 11:58:17 +02:00
parent f93c45d7dd
commit 83bdc1f2bf
2 changed files with 10 additions and 8 deletions

View File

@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- sdi-plugins: add the logic to apply a regex to the value that must be added to index [#26322]
- notifications-plugins: integrated [#26453]
- catalogue-binding-plugins: integrated [#26454]
- Moved to `gcube-smartgears-bom 2.6.0{-SNAPSHOT}` [#28026]
## [v1.0.5]

17
pom.xml
View File

@ -24,7 +24,7 @@
<!-- default is prod -->
<gcube-smartgears-bom-version>2.4.0</gcube-smartgears-bom-version>
<storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range>
<!-- <storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range> -->
<plugin-framework-version>1.0.5</plugin-framework-version>
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
@ -40,8 +40,8 @@
</property>
</activation>
<properties>
<gcube-smartgears-bom-version>2.4.0</gcube-smartgears-bom-version>
<storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range>
<gcube-smartgears-bom-version>2.6.0</gcube-smartgears-bom-version>
<!-- <storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range> -->
<plugin-framework-version>1.0.5</plugin-framework-version>
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
</properties>
@ -55,8 +55,8 @@
</property>
</activation>
<properties>
<gcube-smartgears-bom-version>2.4.0</gcube-smartgears-bom-version>
<storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range>
<gcube-smartgears-bom-version>2.6.0-SNAPSHOT</gcube-smartgears-bom-version>
<!-- <storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range> -->
<plugin-framework-version>1.0.5-SNAPSHOT</plugin-framework-version>
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
</properties>
@ -112,7 +112,7 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
@ -298,7 +298,8 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<version>${storagehub-version-range}</version>
<!-- inherits from the gcube-bom via gcube-smartgears-bom-version -->
<!-- <version>${storagehub-version-range}</version> -->
</dependency>
@ -308,7 +309,7 @@
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.8.8</version>
</dependency>
</dependencies>
</dependencyManagement>