Compare commits

..

5 Commits

Author SHA1 Message Date
Francesco Mangiacrapa ae3809efbd removed -SNAPSHOT to be released 2021-07-20 09:49:29 +02:00
Francesco Mangiacrapa 17c705f6db Moved to maven-portal-bom 3.6.3
Just to include new version of ws-thredds
2021-07-20 09:47:39 +02:00
Francesco Mangiacrapa f25dd02ca4 Moved to maven-portal-bom 3.6.3
Just to include new version of ws-thredds
2021-07-20 09:35:57 +02:00
Francesco Mangiacrapa 76b794e07d removed -SNAPSHOT to be released 2021-05-27 17:58:54 +02:00
Francesco Mangiacrapa e5ff5c2f24 reverted to previous oidc-library-portal (1.3.0-SNAPSHOT) as requested
at #21346#note-19
2021-05-27 14:22:03 +02:00
2 changed files with 12 additions and 5 deletions

View File

@ -4,19 +4,26 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.5.0-SNAPSHOT] - 2021-06-11
## [v1.5.0] - 2021-07-20
#### Enhancements
[#21346] Moved to AccessTokenProvider for UMA tokens "context switches"
[#21576] Adding filtering for gateway to get scopes with THREDDS role for users
Moved to maven-portal-bom 3.6.3
Including new version of ws-thredds
## [v1.4.0-SNAPSHOT] - 2021-05-10
## [v1.4.1-SNAPSHOT] - 2021-07-20
Moved to maven-portal-bom 3.6.3
Just to include new version of ws-thredds
## [v1.4.0] - 2021-05-10
#### Enhancements
[#21379] Moved to new ws-synchronized-module-library (based on w-thredds 1.x) and performed UMA tokens "context switches"
[#21444] Moved to maven-portal-bom >= 3.6.2-SNAPSHOT
[#21444] Moved to maven-portal-bom 3.6.2
## [v1.3.0] - 2021-03-17

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>ws-thredds-sync-widget</artifactId>
<packaging>jar</packaging>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<name>ws-thredds-sync-widget</name>
<description>
gCube ws-thredds-sync-widget is a widget to use and interact with ws-thredds facility in order to syncronize the Workspace folders with Thredds Reporitory folders
@ -42,7 +42,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>