Compare commits

...

20 Commits

Author SHA1 Message Date
Luca Frosini 56a8516d7f Removed -SNAPSHOT to release the component 2024-09-24 12:29:46 +02:00
Luca Frosini 5282045385 Merge remote-tracking branch 'origin/2.5.1-SNAPSHOT' 2024-09-23 14:48:45 +02:00
Luca Frosini e06a831d5d Created version 2.5.1-SNAPSHOT 2024-09-23 14:46:13 +02:00
Luca Frosini d0aae62a7e Added missing version 2024-09-20 17:26:03 +02:00
Luca Frosini c80fcdf597 Added missing library to provided 2024-09-20 17:21:48 +02:00
Luca Frosini a902c6a336 Fixed version 2024-09-17 11:20:00 +02:00
Luca Frosini 3ff0e2cc6c Fixed gcube-bom version 2024-09-17 11:15:34 +02:00
Luca Frosini 04878398cf Removed -SNAPSHOT from lower bound 2024-05-16 11:56:20 +02:00
Luca Frosini d8d06565e6 Fixed lower range 2024-05-08 17:22:39 +02:00
Luca Frosini 00f72a7a65 updating ranges 2024-05-08 11:28:45 +02:00
Luca Frosini b130e09dfe Fixed imported gcube-bom 2024-05-07 14:49:21 +02:00
Luca Frosini b198f09c60 Added missing libraries 2024-05-02 16:24:20 +02:00
Luca Frosini 95811c60b9 Upgraded imported gcube-bom 2024-04-30 11:27:12 +02:00
Luca Frosini 88e96331f3 Downgraded maven-parent 2024-04-30 11:25:32 +02:00
Luca Frosini 4c2241b0dd Merge branch 'master' of
gitea@code-repo.d4science.org:gCubeSystem/gcube-smartgears-bom-legacy.git
2024-04-30 11:23:18 +02:00
Luca Frosini 21512a2389 Enhanced accounting-lib and common-utility-sg3 lower bound of range 2024-04-30 11:14:16 +02:00
Roberto Cirillo 58b5c4ecc9 Update 'CHANGELOG.md'
fix syntax
2023-08-01 10:47:24 +02:00
Roberto Cirillo 218d4c7e38 Update 'CHANGELOG.md'
fix syntax
2023-08-01 10:47:05 +02:00
Roberto Cirillo 6a0dbaa67f Update 'pom.xml'
fix scm section
2023-08-01 10:24:41 +02:00
Roberto Cirillo 6c7acc65cd Update 'pom.xml'
replace scm project.artifactid variable with project name
2023-08-01 10:24:06 +02:00
2 changed files with 63 additions and 50 deletions

View File

@ -2,6 +2,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Smartgears Bom
# [v2.5.1]
- Enhanced gcube-bom to 2.4.1
- Added document-store-lib-accounting-service
- Enhanced authorization-client lower bound of range
- Enhanced common-authorization lower bound of range
# [v2.5.0]
- Upgraded gcube-bom to 2.4.0

105
pom.xml
View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<packaging>pom</packaging>
<name>gCube Smartgears Bom</name>
<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-smartgears-bom-legacy.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom-legacy.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom-legacy</url>
</scm>
<dependencyManagement>
@ -34,7 +34,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -88,51 +88,7 @@
<version>[1.0.3,2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gxHTTP</artifactId>
<version>[1.1.2, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- Authorization Related Dependencies -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-client</artifactId>
<version>[2.0.4,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId>
<version>[2.2.0,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Authorization Related Dependencies -->
<!-- Accounting Related Dependencies -->
<dependency>
<groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib</artifactId>
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-lib</artifactId>
<version>[4.0.0,5.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Accounting Related Dependencies -->
<!-- Used for compatibility between SG 3 and 4 -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility-sg3</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Used for compatibility between SG 3 and 4 -->
<!-- Facets Based Resource Model related dependencies -->
<dependency>
<groupId>org.gcube.information-system</groupId>
@ -163,6 +119,55 @@
<scope>provided</scope>
</dependency>
<!-- END Facets Based Resource Model related dependencies -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gxHTTP</artifactId>
<version>[1.1.2, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- Authorization Related Dependencies -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-client</artifactId>
<version>[2.0.7,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId>
<version>[2.5.1,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Authorization Related Dependencies -->
<!-- Accounting Related Dependencies -->
<dependency>
<groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib</artifactId>
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</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>
<version>[4.0.0,5.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Accounting Related Dependencies -->
<!-- Used for compatibility between SG 3 and 4 -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility-sg3</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Used for compatibility between SG 3 and 4 -->
<dependency>
<groupId>org.slf4j</groupId>