removed -SNAPSHOT to be released
This commit is contained in:
parent
873a0b63ed
commit
5932aacead
|
@ -3,9 +3,9 @@
|
||||||
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.7.0-SNAPSHOT]
|
## [v1.7.0]
|
||||||
|
|
||||||
- [#24842] Integrated the new Geoportal-Resolver
|
- Integrated the new Geoportal-Resolver [#24842]
|
||||||
|
|
||||||
## [v1.6.0] - 2022-07-26
|
## [v1.6.0] - 2022-07-26
|
||||||
|
|
||||||
|
|
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.7.0-SNAPSHOT</version>
|
<version>1.7.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