commit for release
This commit is contained in:
parent
38ab992b28
commit
ad6022647e
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for org.gcube.data-access.sh-fuse-integration
|
# Changelog for org.gcube.data-access.sh-fuse-integration
|
||||||
|
|
||||||
## [v2.1.0-SNAPSHOT]
|
## [v2.1.0]
|
||||||
|
|
||||||
- porting to storagehub-client-2.0.0
|
- porting to storagehub-client-2.0.0
|
||||||
|
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.data-access</groupId>
|
<groupId>org.gcube.data-access</groupId>
|
||||||
<artifactId>sh-fuse-integration</artifactId>
|
<artifactId>sh-fuse-integration</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.1.0</version>
|
||||||
<name>SHFuseIntegration</name>
|
<name>SHFuseIntegration</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-bom</artifactId>
|
<artifactId>gcube-bom</artifactId>
|
||||||
<version>2.4.1-SNAPSHOT</version>
|
<version>2.4.1</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue