update to gcube-bom 4
This commit is contained in:
parent
321a4626d0
commit
4db1308c48
|
@ -4,6 +4,7 @@
|
||||||
* compatible with s3 storage backend
|
* compatible with s3 storage backend
|
||||||
* remove retry mechanism to exist method
|
* remove retry mechanism to exist method
|
||||||
* add try/catch on exist method #24215
|
* add try/catch on exist method #24215
|
||||||
|
* update to gcube-bom 4
|
||||||
|
|
||||||
## [v3.0.0] 2021-09-10
|
## [v3.0.0] 2021-09-10
|
||||||
* fix #22164
|
* fix #22164
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -23,7 +23,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-bom</artifactId>
|
<artifactId>gcube-bom</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue