Compare commits

...

8 Commits

Author SHA1 Message Date
Giancarlo Panichi d054921c93 Update CHANGELOG.md 2024-10-14 17:00:39 +02:00
Luca Frosini fb21b22190 Removed -SNAPSHOT to release the component 2024-09-24 12:31:50 +02:00
Luca Frosini bbd90573c8 Fixed smart-executor-bom 2024-09-23 16:22:09 +02:00
Luca Frosini d04ea8c4fc Fixed changelog 2024-09-20 14:20:53 +02:00
Luca Frosini ac09a3bd8e Upgraded gcube-smartgears-bom to 2.6.0-SNAPSHOT refs #27999 2024-09-20 14:20:19 +02:00
luca.frosini ddb0e70f01 Removed -SNAPSHOT to release the component 2023-09-08 15:50:23 +02:00
luca.frosini bda0e2586b Upgraded gcube-smartgears-bom 2023-09-08 15:20:30 +02:00
luca.frosini 9cbd3c80b7 Ignored MacOs File 2023-06-21 11:46:38 +02:00
3 changed files with 23 additions and 11 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
target target
.classpath .classpath
.project .project
/.DS_Store

View File

@ -2,18 +2,29 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Smart Executor Bom # Changelog for Smart Executor Bom
## [v3.1.0] ## [v3.3.0]
- Upgraded gcube-smartgears-bom to 2.2.0-SNAPSHOT - Upgraded gcube-smartgears-bom to 2.5.1 [#27999]
- added slf4j-api as provided [#23518] - Updated maven-parent version to 1.2.0
- added libs declared in gcube-smartgears-bom to set them as provided
## [v3.0.0]
## [v3.2.0] - 2023-09-08
- Upgraded gcube-smartgears-bom to 2.5.0
## [v3.1.0] - 2022-11-09
- Upgraded gcube-smartgears-bom to 2.2.0
- Added slf4j-api as provided [#23518]
- Added libs declared in gcube-smartgears-bom to set them as provided
## [v3.0.0] - 2021-06-16
- Switched smart-executor JSON management to gcube-jackson [#19647] - Switched smart-executor JSON management to gcube-jackson [#19647]
## [v2.0.0] ## [v2.0.0] - 2020-01-15
- Reorganized BOM - Reorganized BOM

10
pom.xml
View File

@ -5,11 +5,11 @@
<parent> <parent>
<groupId>org.gcube.tools</groupId> <groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<version>1.1.0</version> <version>1.2.0</version>
</parent> </parent>
<groupId>org.gcube.vremanagement</groupId> <groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-bom</artifactId> <artifactId>smart-executor-bom</artifactId>
<version>3.1.0</version> <version>3.3.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Smart Executor Bom</name> <name>Smart Executor Bom</name>
<description>Smart Executor Bom is used to declare the version and set to provided the libraries already available in Smartgears and in Smart Executor Service. <description>Smart Executor Bom is used to declare the version and set to provided the libraries already available in Smartgears and in Smart Executor Service.
@ -32,7 +32,7 @@ In such a way any plugin developer does not have to deal with dependencies confl
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>
<version>2.2.0</version> <version>2.5.1</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
@ -126,13 +126,13 @@ In such a way any plugin developer does not have to deal with dependencies confl
<dependency> <dependency>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>information-system-model</artifactId> <artifactId>information-system-model</artifactId>
<version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version> <version>[5.0.0,6.0.0-SNAPSHOT)</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.resource-management</groupId> <groupId>org.gcube.resource-management</groupId>
<artifactId>gcube-model</artifactId> <artifactId>gcube-model</artifactId>
<version>[4.0.0-SNAPSHOT,5.0.0-SNAPSHOT)</version> <version>[4.0.0,5.0.0-SNAPSHOT)</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>