removed -SNAPSHOT to be released
This commit is contained in:
parent
3a2c7544ff
commit
c7731e3a22
|
@ -1,6 +1,6 @@
|
||||||
# Changelog for org.gcube.application.cms-plugin-framework
|
# Changelog for org.gcube.application.cms-plugin-framework
|
||||||
|
|
||||||
## [v1.0.6-SNAPSHOT] - 2024-10-01
|
## [v1.0.6] - 2024-10-01
|
||||||
|
|
||||||
- Included the file size to reduce/optimize the time to upload files to the storage hub [#28150]
|
- Included the file size to reduce/optimize the time to upload files to the storage hub [#28150]
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>cms-plugin-framework</artifactId>
|
<artifactId>cms-plugin-framework</artifactId>
|
||||||
<version>1.0.6-SNAPSHOT</version>
|
<version>1.0.6</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog for org.gcube.application.geoportal-common
|
# Changelog for org.gcube.application.geoportal-common
|
||||||
|
|
||||||
## [v1.1.1-SNAPSHOT] - 2024-10-01
|
## [v1.1.1] - 2024-10-01
|
||||||
- Included the file size to reduce/optimize the time to upload files to the storage hub [#28150]
|
- Included the file size to reduce/optimize the time to upload files to the storage hub [#28150]
|
||||||
|
|
||||||
## [v1.1.0] - 2024-04-08
|
## [v1.1.0] - 2024-04-08
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>geoportal-common</artifactId>
|
<artifactId>geoportal-common</artifactId>
|
||||||
<version>1.1.1-SNAPSHOT</version>
|
<version>1.1.1</version>
|
||||||
<name>Geoportal Common</name>
|
<name>Geoportal Common</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog for org.gcube.application.geoportal-service
|
# Changelog for org.gcube.application.geoportal-service
|
||||||
|
|
||||||
## [v1.2.1-SNAPSHOT] - 2024-10-02
|
## [v1.2.1] - 2024-10-02
|
||||||
|
|
||||||
- Included the file size to reduce/optimize the time to upload files to the storage hub [#28150]
|
- Included the file size to reduce/optimize the time to upload files to the storage hub [#28150]
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.application</groupId>
|
<groupId>org.gcube.application</groupId>
|
||||||
<artifactId>geoportal-service</artifactId>
|
<artifactId>geoportal-service</artifactId>
|
||||||
<version>1.2.1-SNAPSHOT</version>
|
<version>1.2.1</version>
|
||||||
<name>Geoportal Service</name>
|
<name>Geoportal Service</name>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog for org.gcube.application.cms.notifications-plugins
|
# Changelog for org.gcube.application.cms.notifications-plugins
|
||||||
|
|
||||||
## [v1.0.5-SNAPSHOT] - 2024-07-03
|
## [v1.0.5] - 2024-07-03
|
||||||
- Implemented the notification-plugin [#26453]
|
- Implemented the notification-plugin [#26453]
|
||||||
- Updated lower range of social-service-client to `2.1.0-SNAPSHOT`
|
- Updated lower range of social-service-client to `2.1.0-SNAPSHOT`
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>notifications-plugins</artifactId>
|
<artifactId>notifications-plugins</artifactId>
|
||||||
<version>1.0.5-SNAPSHOT</version>
|
<version>1.0.5</version>
|
||||||
<name>gCube CMS - Notifications Plugins</name>
|
<name>gCube CMS - Notifications Plugins</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog for org.gcube.application.cms.sdi-plugins
|
# Changelog for org.gcube.application.cms.sdi-plugins
|
||||||
|
|
||||||
## [v1.1.4-SNAPSHOT]
|
## [v1.1.4]
|
||||||
- Improved logs
|
- Improved logs
|
||||||
- Added fallback on /geoserver/rest path [#28150#note-8]
|
- Added fallback on /geoserver/rest path [#28150#note-8]
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>sdi-plugins</artifactId>
|
<artifactId>sdi-plugins</artifactId>
|
||||||
<version>1.1.4-SNAPSHOT</version>
|
<version>1.1.4</version>
|
||||||
<name>gCube CMS - SDI Plugins</name>
|
<name>gCube CMS - SDI Plugins</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
|
Loading…
Reference in New Issue