Compare commits

...

5 Commits

Author SHA1 Message Date
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 14 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -2,9 +2,19 @@ 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.3.0-SNAPSHOT]
- Upgraded gcube-smartgears-bom to 2.6.0-SNAPSHOT [#27999]
## [v3.2.0]
- Upgraded gcube-smartgears-bom to 2.5.0
## [v3.1.0] ## [v3.1.0]
- Upgraded gcube-smartgears-bom to 2.2.0-SNAPSHOT - Upgraded gcube-smartgears-bom to 2.2.0
- added slf4j-api as provided [#23518] - added slf4j-api as provided [#23518]
- added libs declared in gcube-smartgears-bom to set them as provided - added libs declared in gcube-smartgears-bom to set them as provided

View File

@ -9,7 +9,7 @@
</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-SNAPSHOT</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.6.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>