- Moved to `gcube-smartgears-bom 2.6.0{-SNAPSHOT}` [#28026]
This commit is contained in:
parent
f93c45d7dd
commit
83bdc1f2bf
|
@ -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]
|
||||
|
||||
|
|
13
pom.xml
13
pom.xml
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue