removed -SNAPSHOT to be released

This commit is contained in:
Francesco Mangiacrapa 2022-11-17 12:29:41 +01:00
parent 643562bc26
commit 1555018334
3 changed files with 23 additions and 13 deletions

View File

@ -18,6 +18,7 @@
@ -54,6 +55,7 @@
@ -89,6 +91,7 @@
@ -124,6 +127,7 @@
@ -159,6 +163,7 @@
@ -194,6 +199,7 @@
@ -229,6 +235,7 @@
@ -264,6 +271,7 @@
@ -299,6 +307,7 @@
@ -333,6 +342,7 @@

View File

@ -4,7 +4,7 @@
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).
## [v3.0.0-SNAPSHOT] - 2022-11-09
## [v3.0.0] - 2022-11-17
- [#23940] Passed to CMS-UCD
- [#23941] Implemented and integrated the DTO Project/Document per UCD config and gCube Metadata Profiles

View File

@ -14,7 +14,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>geoportal-data-viewer-app</artifactId>
<packaging>war</packaging>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>GeoPortal Data Viewer App</name>
<description>The GeoPortal Data Viewer App is an application to access, discovery and navigate the Geoportal projects/documents by a Web-Map Interface</description>
@ -55,7 +55,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>