removed -SNAPSHOT to be release. Revisited the CHANGELOG
This commit is contained in:
parent
0b9c233d71
commit
f124c6ea36
45
CHANGELOG.md
45
CHANGELOG.md
|
@ -3,23 +3,52 @@
|
||||||
All notable changes to this project will be documented in this file.
|
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).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [v1.5.0-SNAPSHOT] - 2021-11-05
|
## [v1.5.0] - 2021-11-05
|
||||||
|
|
||||||
### Enhancement
|
#### Enhancement
|
||||||
|
|
||||||
* [22385] Integrated with Catalogue Resolver and SHUB Resolver
|
* [22385] Integrated with Catalogue Resolver and SHUB Resolver
|
||||||
|
|
||||||
## [v1.4.2] - 2021-04-21
|
## [v1.4.2] - 2021-04-21
|
||||||
|
|
||||||
### Bug fixes
|
#### Bug fixes
|
||||||
|
|
||||||
[#21240] Generates broken gis-link
|
* [#21240] Generates broken gis-link
|
||||||
|
|
||||||
|
|
||||||
## [1-4-1] - 2020-05-06
|
## [v1.4.1] - 2020-05-06
|
||||||
|
|
||||||
### Bug fixes
|
* [Bug #19215] UriResolverManager: request to DL (the shortener) must be encoded
|
||||||
|
|
||||||
[#19215] UriResolverManager: request to DL (the shortener) must be encoded
|
|
||||||
|
## [v1.4.0] - 2019-11-26
|
||||||
|
|
||||||
|
* Migrated to git
|
||||||
|
|
||||||
|
|
||||||
|
## [v1.3.0] - 2016-09-27
|
||||||
|
|
||||||
|
* [Bug #4941] Removed jumps of scope
|
||||||
|
|
||||||
|
|
||||||
|
## [v1.2.0] - 2016-06-28
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v1.1.0] - 2016-06-24
|
||||||
|
|
||||||
|
* Removed maven-portal-bom as dependency
|
||||||
|
|
||||||
|
|
||||||
|
## [v1.1.0] - 2015-05-04
|
||||||
|
|
||||||
|
* Updated to support several Access Point for each Resolver
|
||||||
|
|
||||||
|
* Introduced Entry Names in Uri-Resolver-Map
|
||||||
|
|
||||||
|
|
||||||
|
## [v1.0.0] - 2014-10-13
|
||||||
|
|
||||||
|
* First Release
|
||||||
|
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -11,7 +11,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>uri-resolver-manager</artifactId>
|
<artifactId>uri-resolver-manager</artifactId>
|
||||||
<version>1.5.0-SNAPSHOT</version>
|
<version>1.5.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>uri-resolver-manager</name>
|
<name>uri-resolver-manager</name>
|
||||||
<description>The URI Resolver Manager</description>
|
<description>The URI Resolver Manager</description>
|
||||||
|
|
Loading…
Reference in New Issue