removed -SNAPSHOT to be released
This commit is contained in:
parent
3fada24dbf
commit
b48cc6efb2
|
@ -3,7 +3,7 @@
|
||||||
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).
|
||||||
|
|
||||||
## [v3.11.0-SNAPSHOT] - 27-10-2021
|
## [v3.11.0] - 27-10-2021
|
||||||
|
|
||||||
- [#21969] Removed HL dependency
|
- [#21969] Removed HL dependency
|
||||||
- Ported to maven-portal-bom v3.6.3
|
- Ported to maven-portal-bom v3.6.3
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -21,7 +21,7 @@
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>species-discovery</artifactId>
|
<artifactId>species-discovery</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>3.11.0-SNAPSHOT</version>
|
<version>3.11.0</version>
|
||||||
<name>gCube Species Discovery</name>
|
<name>gCube Species Discovery</name>
|
||||||
<description>
|
<description>
|
||||||
gCube Species Discovery Portlet lets the users discovery species information from the Species Service
|
gCube Species Discovery Portlet lets the users discovery species information from the Species Service
|
||||||
|
|
Reference in New Issue