committed -SNAPSHOT version
This commit is contained in:
parent
a72711591d
commit
1594f80fde
|
@ -1,6 +1,6 @@
|
|||
# Changelog for org.gcube.application.cms.catalogue-binding-plugin
|
||||
|
||||
## [v1.0.0] - 2024-07-23
|
||||
## [v1.0.0-SNAPSHOT] - 2024-07-23
|
||||
|
||||
- First release, implemented the plugin [#26454]
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>catalogue-binding-plugins</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<name>gCube CMS - Catalogue Binding Plugin</name>
|
||||
|
||||
<parent>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog for org.gcube.application.geoportal-client
|
||||
|
||||
## [v1.2.2] - 2024-04-11
|
||||
## [v1.2.2-SNAPSHOT] - 2024-04-11
|
||||
- Refactored
|
||||
|
||||
## [v1.2.1] - 2023-09-06
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.gcube.application</groupId>
|
||||
<artifactId>geoportal-client</artifactId>
|
||||
<version>1.2.2</version>
|
||||
<version>1.2.2-SNAPSHOT</version>
|
||||
<name>Geoportal Client</name>
|
||||
|
||||
<parent>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog for org.gcube.application.geoportal-service
|
||||
|
||||
## [v1.2.0] - 2024-04-08
|
||||
## [v1.2.0-SNAPSHOT] - 2024-04-08
|
||||
|
||||
- Integrated the EventManager of the cms-plugin-framework [#26321]
|
||||
- Added optional message when performing lifecycle step [#27192]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.gcube.application</groupId>
|
||||
<artifactId>geoportal-service</artifactId>
|
||||
<version>1.2.0</version>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<name>Geoportal Service</name>
|
||||
<packaging>war</packaging>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog for org.gcube.application.cms.notifications-plugins
|
||||
|
||||
## [v1.0.5] - 2024-07-03
|
||||
## [v1.0.5-SNAPSHOT] - 2024-07-03
|
||||
- Implemented the notification-plugin [#26453]
|
||||
|
||||
## [v1.0.4] - 2023-09-06
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>notifications-plugins</artifactId>
|
||||
<version>1.0.5</version>
|
||||
<version>1.0.5-SNAPSHOT</version>
|
||||
<name>gCube CMS - Notifications Plugins</name>
|
||||
|
||||
<parent>
|
||||
|
|
Loading…
Reference in New Issue