From 22daeac7774b8157269c81f19fdbdc4a35d4e8a0 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Tue, 5 Sep 2023 15:13:39 +0200 Subject: [PATCH] - Added maven profiles `geoportal-release-profile` and `geoportal-snapshot-profile` [#25570] - Moved to maven-parent.v1.2.0 [#25570] --- CHANGELOG.md | 4 ++++ pom.xml | 52 +++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 45 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa2606..2a3fb7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for org.gcube.spatial.data.gcube-sdi-suite +## [v1.0.5-SNAPSHOT] +- Added maven profiles `geoportal-release-profile` and `geoportal-snapshot-profile` [#25570] +- Moved to maven-parent.v1.2.0 [#25570] + ## [v1.0.4] - 2023-01-10 - Updated plugin framework diff --git a/pom.xml b/pom.xml index 081da7e..0dada55 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ maven-parent org.gcube.tools - 1.1.0 + 1.2.0 org.gcube.application.cms gcube-cms-suite pom - 1.0.4 + 1.0.5-SNAPSHOT Gcube CMS Suite gCube CMS Suite is a set of components designed to manage complex space-temporal Documents defined by metadata Profiles. @@ -22,22 +22,54 @@ distro https://code-repo.d4science.org/gCubeSystem - + 2.3.0 2.4.0 3.7.0 [1.0.0,2.0.0-SNAPSHOT) - - - - - - + + + + + 1.0.3 + + + geoportal-release-profile + + + Release + + + + + 2.3.0 + 2.4.0 + 3.7.0 + [1.0.0,2.0.0-SNAPSHOT) + + + + geoportal-snapshot-profile + + + !Release + + + + + 2.1.0-SNAPSHOT + 2.2.0-SNAPSHOT + 3.7.0-SNAPSHOT + [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) + + + + @@ -340,6 +372,4 @@ - - \ No newline at end of file