Compare commits

...

15 Commits

Author SHA1 Message Date
Luca Frosini 8b1d554331 Removed -SNAPSHOT to release the component 2024-09-24 12:27:52 +02:00
Luca Frosini 43a4665480 Removed wrong provided scope 2024-09-23 16:44:20 +02:00
Luca Frosini 64e7af31c6 Updated maven-parent version 2024-09-23 14:36:49 +02:00
Luca Frosini 5910cd6ed3 Fixed pom 2024-09-23 14:33:43 +02:00
Luca Frosini 39fd2ca396 Merge remote-tracking branch 'origin/2.4.1-SNAPSHOT' 2024-09-23 14:33:35 +02:00
Luca Frosini c3c711061a Created version 2.4.1 2024-09-23 14:27:50 +02:00
Roberto Cirillo afdbd355a9 Update CHANGELOG.md
update  changelog
2024-09-17 15:04:44 +02:00
Roberto Cirillo 3b0ebf3acb Update pom.xml
update storagehub-client-library range to [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)
2024-09-17 15:03:56 +02:00
Luca Frosini e11db6b314 Restored storagehub-client-library 2024-09-17 11:17:44 +02:00
Luca Frosini bbf3bf7e91 Enhanced storagehub-model and storagehub-client-library ranges 2024-09-16 14:18:38 +02:00
Luca Frosini 0c9081b7f7 updating ranges 2024-05-08 11:28:26 +02:00
Luca Frosini b02bb3732e Enhanced gxHTTP and gxJRS lower bound of range 2024-05-02 16:21:41 +02:00
Luca Frosini 403466cdb1 Merge branch 'master' of gitea@code-repo.d4science.org:gCubeSystem/gcube-bom-legacy.git 2024-04-30 11:14:42 +02:00
Luca Frosini 69d4c86cb9 Enhanced accounting-lib and common-utility-sg3 lower bound of range 2024-04-30 11:13:53 +02:00
Roberto Cirillo c3b6d36d75 Update 'pom.xml'
replace ${project.artifactId} with the project name
2023-08-01 10:22:29 +02:00
2 changed files with 31 additions and 14 deletions

View File

@ -2,6 +2,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Bom
## [v2.4.1]
- Enhanced common-authorization lower bound of range
- Enhanced authorization-client lower bound of range
- Enhanced keycloak-client lower bound of range
- Enhanced gxHTTP lower bound of range
- Enhanced gxJRS lower bound of range
- Enhanced storagehub-model range
- Enhanced storagehub-client-library range
- Added document-store-lib-accounting-service
## [v2.4.0]
- Enhanced information-system-model version range

33
pom.xml
View File

@ -5,11 +5,11 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
<packaging>pom</packaging>
<name>gCube BOM</name>
<description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description>
@ -23,9 +23,9 @@
</properties>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-bom-legacy.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-bom-legacy.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/gcube-bom-legacy</url>
</scm>
<dependencyManagement>
@ -124,12 +124,12 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
<version>[1.1.1, 2.0.0-SNAPSHOT)</version>
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<version>[1.3.0, 2.0.0-SNAPSHOT)</version>
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
</dependency>
<!-- END Storagehub dependencies -->
@ -209,13 +209,13 @@
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gxJRS</artifactId>
<version>[1.1.2, 2.0.0-SNAPSHOT)</version>
<artifactId>gxHTTP</artifactId>
<version>[1.2.0, 2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gxHTTP</artifactId>
<version>[1.1.2, 2.0.0-SNAPSHOT)</version>
<artifactId>gxJRS</artifactId>
<version>[1.2.0, 2.0.0-SNAPSHOT)</version>
</dependency>
<!-- END Clients Related Dependencies -->
@ -223,17 +223,17 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-client</artifactId>
<version>[2.0.4,3.0.0-SNAPSHOT)</version>
<version>[2.0.7,3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId>
<version>[2.2.0,3.0.0-SNAPSHOT)</version>
<version>[2.5.1,3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>keycloak-client</artifactId>
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
<version>[2.1.0,3.0.0-SNAPSHOT)</version>
</dependency>
<!-- END Authorization Related Dependencies -->
@ -243,6 +243,11 @@
<artifactId>document-store-lib</artifactId>
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib-accounting-service</artifactId>
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-lib</artifactId>