Upgraded smart-executor-bom to 3.3.0-SNAPSHOT
This commit is contained in:
parent
92d313d9c3
commit
c3b45e59e6
|
@ -13,6 +13,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
- Ported plugin to smart-executor v3.X.X [#21615]
|
- Ported plugin to smart-executor v3.X.X [#21615]
|
||||||
- Ported plugin to works with TimescaleDB [#21347]
|
- Ported plugin to works with TimescaleDB [#21347]
|
||||||
- Enhanced range of storagehub-client-library to 2.0.0,3.0.0-SNAPSHOT [#22824]
|
- Enhanced range of storagehub-client-library to 2.0.0,3.0.0-SNAPSHOT [#22824]
|
||||||
|
- Upgraded smart-executor-bom to 3.3.0-SNAPSHOT [#27999]
|
||||||
|
|
||||||
|
|
||||||
## [v1.5.0] [r4.13.0] - 2018-11-20
|
## [v1.5.0] [r4.13.0] - 2018-11-20
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -32,7 +32,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<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>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue