v2.7.0
This commit is contained in:
parent
3573be713d
commit
645f87e257
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -4,16 +4,19 @@
|
||||||
All notable changes to this project will be documented in this file.
|
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).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [v2.7.0-SNAPSHOT]
|
||||||
|
|
||||||
|
- moved messages from storagehub to cassandra [#27514]
|
||||||
|
|
||||||
## [v2.6.1] - 2024-10-25
|
## [v2.6.1] - 2024-10-25
|
||||||
|
|
||||||
maven-portal-bom 4.0.0
|
maven-portal-bom 4.0.0
|
||||||
|
|
||||||
|
|
||||||
## [v2.6.0] - 2022-09-22
|
## [v2.6.0] - 2022-09-22
|
||||||
|
|
||||||
- Fix Bug #23898: open with email addresse preset is not working anymore
|
- Fix Bug #23898: open with email addresse preset is not working anymore
|
||||||
- Moved to OpenJDK11
|
- Moved to OpenJDK11
|
||||||
- Moved to GWT 2.9.0
|
- Moved to GWT 2.9.0
|
||||||
|
|
||||||
## [v2.5.2] - 2022-06-16
|
## [v2.5.2] - 2022-06-16
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<groupId>org.gcube.portets.user</groupId>
|
<groupId>org.gcube.portets.user</groupId>
|
||||||
<artifactId>messages</artifactId>
|
<artifactId>messages</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>2.6.1</version>
|
<version>2.7.0-SNAPSHOT</version>
|
||||||
<description>
|
<description>
|
||||||
gCube Messages Portlet for exchanging messages with other users.
|
gCube Messages Portlet for exchanging messages with other users.
|
||||||
</description>
|
</description>
|
||||||
|
|
Loading…
Reference in New Issue