Added -SNAPSHOT and maven-parent 1.2.0

This commit is contained in:
Francesco Mangiacrapa 2023-06-09 11:07:43 +02:00
parent 412878f323
commit 0093af4cdf
3 changed files with 26 additions and 13 deletions

View File

@ -63,6 +63,7 @@
@ -149,6 +150,7 @@
@ -235,6 +237,7 @@
@ -321,6 +324,7 @@
@ -407,6 +411,7 @@
@ -493,6 +498,7 @@
@ -515,6 +521,10 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="geoportal-data-common-2.2.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoportal-data-common/geoportal-data-common">
<dependency-type>uses</dependency-type>
</dependent-module>
@ -665,6 +675,7 @@
@ -751,6 +762,7 @@
@ -837,6 +849,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.5.0]
## [v3.5.0-SNAPSHOT]
- Supported the cross-filtering [#25074]
- Supported the grouped custom layers [#25110]

View File

@ -7,14 +7,14 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath />
</parent>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>geoportal-data-viewer-app</artifactId>
<packaging>war</packaging>
<version>3.5.0</version>
<version>3.5.0-SNAPSHOT</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>