Compare commits

...

2 Commits

Author SHA1 Message Date
Francesco Mangiacrapa f2f42f77f0 removed -SNAPSHOT to be released 2021-07-20 09:33:44 +02:00
Francesco Mangiacrapa 9dc6c7534e Moved to maven-portal-bom 3.6.3
Just to include new version of ws-thredds
2021-07-20 09:32:55 +02:00
2 changed files with 8 additions and 2 deletions

View File

@ -4,6 +4,12 @@
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.1] - 2021-07-20
Moved to maven-portal-bom 3.6.3
Just to include new version of ws-thredds
## [v1.5.0] - 2021-05-07
[#21374] Moved to ws-thredds 1.x

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>ws-synchronized-module-library</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<packaging>jar</packaging>
<name>ws-synchronized-module-library</name>
<description>
@ -37,7 +37,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>