Removed -SNAPSHOT to be released
This commit is contained in:
parent
3440ca8e8a
commit
06923c3998
|
@ -4,7 +4,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).
|
||||||
|
|
||||||
## [v2.2.0-SNAPSHOT]
|
## [v2.2.0]
|
||||||
|
|
||||||
- Integrated the cross-filtering configuration [#25074]
|
- Integrated the cross-filtering configuration [#25074]
|
||||||
- Integrated the overlay layers configuration [#25110]
|
- Integrated the overlay layers configuration [#25110]
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.application</groupId>
|
<groupId>org.gcube.application</groupId>
|
||||||
<artifactId>geoportal-data-common</artifactId>
|
<artifactId>geoportal-data-common</artifactId>
|
||||||
<version>2.2.0-SNAPSHOT</version>
|
<version>2.2.0</version>
|
||||||
<description>GeoPortal Data Common is common library used by GUI components developed for GeoNA</description>
|
<description>GeoPortal Data Common is common library used by GUI components developed for GeoNA</description>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|
Loading…
Reference in New Issue