removed `gcube-bom-version` and `gcube-portal-bom-version` dependency

management
This commit is contained in:
Francesco Mangiacrapa 2024-07-10 15:07:26 +02:00
parent b2a87a2cdf
commit 98250db541
2 changed files with 25 additions and 23 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.spatial.data.gcube-sdi-suite # Changelog for org.gcube.spatial.data.gcube-sdi-suite
## [v1.0.6] ## [v1.0.6-SNAPSHOT]
- Integrated an EventManager centrally [#26321] - Integrated an EventManager centrally [#26321]
- sdi-plugins: add the logic to apply a regex to the value that must be added to index [#26322] - sdi-plugins: add the logic to apply a regex to the value that must be added to index [#26322]

46
pom.xml
View File

@ -10,7 +10,7 @@
<groupId>org.gcube.application.cms</groupId> <groupId>org.gcube.application.cms</groupId>
<artifactId>gcube-cms-suite</artifactId> <artifactId>gcube-cms-suite</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.0.6</version> <version>1.0.6-SNAPSHOT</version>
<name>Gcube CMS Suite</name> <name>Gcube CMS Suite</name>
<description>gCube CMS Suite is a set of components designed to manage complex space-temporal Documents defined by metadata Profiles.</description> <description>gCube CMS Suite is a set of components designed to manage complex space-temporal Documents defined by metadata Profiles.</description>
@ -23,9 +23,9 @@
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl> <gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
<!-- default is prod --> <!-- default is prod -->
<gcube-bom-version>2.3.0</gcube-bom-version> <!-- <gcube-bom-version>2.3.0</gcube-bom-version> -->
<gcube-smartgears-bom-version>2.4.0</gcube-smartgears-bom-version> <gcube-smartgears-bom-version>2.4.0</gcube-smartgears-bom-version>
<gcube-portal-bom-version>3.7.0</gcube-portal-bom-version> <!-- <gcube-portal-bom-version>3.7.0</gcube-portal-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-SNAPSHOT</plugin-framework-version> <plugin-framework-version>1.0.5-SNAPSHOT</plugin-framework-version>
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range> <authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
@ -48,9 +48,9 @@
</property> </property>
</activation> </activation>
<properties> <properties>
<gcube-bom-version>2.3.0</gcube-bom-version> <!-- <gcube-bom-version>2.3.0</gcube-bom-version> -->
<gcube-smartgears-bom-version>2.4.0</gcube-smartgears-bom-version> <gcube-smartgears-bom-version>2.4.0</gcube-smartgears-bom-version>
<gcube-portal-bom-version>3.7.0</gcube-portal-bom-version> <!-- <gcube-portal-bom-version>3.7.0</gcube-portal-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.4</plugin-framework-version> <plugin-framework-version>1.0.4</plugin-framework-version>
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range> <authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
@ -65,9 +65,9 @@
</property> </property>
</activation> </activation>
<properties> <properties>
<gcube-bom-version>2.4.0-SNAPSHOT</gcube-bom-version> <!-- <gcube-bom-version>2.4.1-SNAPSHOT</gcube-bom-version> -->
<gcube-smartgears-bom-version>2.2.0-SNAPSHOT</gcube-smartgears-bom-version> <gcube-smartgears-bom-version>2.5.1-SNAPSHOT</gcube-smartgears-bom-version>
<gcube-portal-bom-version>3.7.0-SNAPSHOT</gcube-portal-bom-version> <!-- <gcube-portal-bom-version>3.7.0-SNAPSHOT</gcube-portal-bom-version> -->
<storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range> <storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range>
<plugin-framework-version>1.0.5-SNAPSHOT</plugin-framework-version> <plugin-framework-version>1.0.5-SNAPSHOT</plugin-framework-version>
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range> <authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
@ -101,7 +101,7 @@
<module>sdi-plugins</module> <module>sdi-plugins</module>
<module>catalogue-binding-plugin</module> <module>catalogue-binding-plugin</module>
<module>notifications-plugins</module> <module>notifications-plugins</module>
<!-- <module>dataminer-plugins</module> --> <!-- <module>dataminer-plugins</module> -->
<!-- <module>images-plugin</module> --> <!-- <module>images-plugin</module> -->
<!-- <module>ckan-plugin</module> --> <!-- <module>ckan-plugin</module> -->
@ -124,13 +124,13 @@
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <!-- <dependency> -->
<groupId>org.gcube.distribution</groupId> <!-- <groupId>org.gcube.distribution</groupId> -->
<artifactId>gcube-bom</artifactId> <!-- <artifactId>gcube-bom</artifactId> -->
<version>${gcube-bom-version}</version> <!-- <version>${gcube-bom-version}</version> -->
<type>pom</type> <!-- <type>pom</type> -->
<scope>import</scope> <!-- <scope>import</scope> -->
</dependency> <!-- </dependency> -->
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
@ -188,12 +188,12 @@
<artifactId>images-plugin</artifactId> <artifactId>images-plugin</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version> <version>[1.0.0,2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<!-- <dependency> --> <!-- <dependency> -->
<!-- <groupId>org.gcube.application.cms</groupId> --> <!-- <groupId>org.gcube.application.cms</groupId> -->
<!-- <artifactId>ckan-plugin</artifactId> --> <!-- <artifactId>ckan-plugin</artifactId> -->
<!-- <version>[1.0.0,2.0.0-SNAPSHOT)</version> --> <!-- <version>[1.0.0,2.0.0-SNAPSHOT)</version> -->
<!-- </dependency> --> <!-- </dependency> -->
@ -327,7 +327,9 @@
<artifactId>jackson-datatype-jsr310</artifactId> <artifactId>jackson-datatype-jsr310</artifactId>
<version>2.8.8</version> <version>2.8.8</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>