pom updated
This commit is contained in:
parent
90899ec0cf
commit
13f3fc4de7
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -2,15 +2,22 @@ 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
|
||||||
|
|
||||||
|
## [v1.2.0-SNAPSHOT] 2021-05-19
|
||||||
|
|
||||||
|
### Feature
|
||||||
|
|
||||||
|
- porting to uma token [#21441]
|
||||||
|
|
||||||
|
|
||||||
## [v1.1.1] 2021-01-15
|
## [v1.1.1] 2021-01-15
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
- issue on right displayed
|
- issue on right displayed
|
||||||
- https://support.d4science.org/issues/20417
|
- [#20417]
|
||||||
|
|
||||||
## [v1.1.0] 2020-09-07
|
## [v1.1.0] 2020-09-07
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
- Solved issue on data download (https://support.d4science.org/issues/19651)
|
- Solved issue on data download [#19651]
|
||||||
|
|
9
pom.xml
9
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>1.1.1</version>
|
<version>1.2.0-SNAPSHOT</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>1.5.0</version>
|
<version>2.0.1</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -51,6 +51,11 @@
|
||||||
<artifactId>gxJRS</artifactId>
|
<artifactId>gxJRS</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.gcube.common</groupId>
|
||||||
|
<artifactId>common-authorization</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>org.gcube.common</groupId>
|
||||||
<artifactId>storagehub-client-library</artifactId>
|
<artifactId>storagehub-client-library</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue