Compare commits
8 Commits
Author | SHA1 | Date |
---|---|---|
Giancarlo Panichi | d054921c93 | |
Luca Frosini | fb21b22190 | |
Luca Frosini | bbd90573c8 | |
Luca Frosini | d04ea8c4fc | |
Luca Frosini | ac09a3bd8e | |
luca.frosini | ddb0e70f01 | |
luca.frosini | bda0e2586b | |
luca.frosini | 9cbd3c80b7 |
|
@ -1,3 +1,4 @@
|
||||||
target
|
target
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
/.DS_Store
|
||||||
|
|
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -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
10
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue