removed -SNAPSHOT to be released

This commit is contained in:
Francesco Mangiacrapa 2024-07-03 17:24:47 +02:00
parent b268eecc05
commit 2882b88823
14 changed files with 14 additions and 16 deletions

View File

@ -2,7 +2,7 @@ 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.6-SNAPSHOT]
## [v1.0.6]
- Integrated an EventManager centrally [#26321]
- sdi-plugins: add the logic to apply a regex to the value that must be added to index [#26322]

View File

@ -1,6 +1,6 @@
# Changelog for org.gcube.application.cms.catalogue-binding-plugin
## [v1.0.0-SNAPSHOT] - 2024-06-19
## [v1.0.0] - 2024-07-23
- First release, implemented the plugin [#26454]

View File

@ -5,17 +5,15 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>catalogue-binding-plugins</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>gCube CMS - Catalogue Binding Plugin</name>
<parent>
<groupId>org.gcube.application.cms</groupId>
<artifactId>gcube-cms-suite</artifactId>
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
</parent>
<properties>
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
</properties>

View File

@ -1,6 +1,6 @@
# Changelog for org.gcube.application.geoportal-client
## [v1.2.2-SNAPSHOT] - 2024-04-11
## [v1.2.2] - 2024-04-11
- Refactored
## [v1.2.1] - 2023-09-06

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-client</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
<name>Geoportal Client</name>
<parent>

View File

@ -1,6 +1,6 @@
# Changelog for org.gcube.application.geoportal-common
## [v1.1.0-SNAPSHOT] - 2024-04-08
## [v1.1.0] - 2024-04-08
- Added message to StepExecutionRequest [#27192]
## [v1.0.13] - 2023-09-06

View File

@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>geoportal-common</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>Geoportal Common</name>
<parent>

View File

@ -1,6 +1,6 @@
# Changelog for org.gcube.application.geoportal-service
## [v1.2.0-SNAPSHOT] - 2024-04-08
## [v1.2.0] - 2024-04-08
- Integrated the EventManager of the cms-plugin-framework [#26321]
- Added optional message when performing lifecycle step [#27192]

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-service</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<name>Geoportal Service</name>
<packaging>war</packaging>

View File

@ -1,6 +1,6 @@
# Changelog for org.gcube.application.cms.notifications-plugins
## [v1.0.5-SNAPSHOT] - 2024-04-10
## [v1.0.5] - 2024-07-03
- Implemented the notification-plugin [#26453]
## [v1.0.4] - 2023-09-06

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>notifications-plugins</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
<name>gCube CMS - Notifications Plugins</name>
<parent>

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.application.cms</groupId>
<artifactId>gcube-cms-suite</artifactId>
<packaging>pom</packaging>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<name>Gcube CMS Suite</name>
<description>gCube CMS Suite is a set of components designed to manage complex space-temporal Documents defined by metadata Profiles.</description>

View File

@ -1,6 +1,6 @@
# Changelog for org.gcube.application.cms.sdi-plugins
## [v1.1.3-SNAPSHOT]
## [v1.1.3]
- Added apply regex business logic [#26322]
## [v1.1.2]

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>sdi-plugins</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<name>gCube CMS - SDI Plugins</name>
<parent>