Enhanced major version

This commit is contained in:
Luca Frosini 2023-02-09 10:29:38 +01:00
parent 6fd730edb1
commit 6dbf0838c6
2 changed files with 6 additions and 4 deletions

View File

@ -2,10 +2,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Information System Model
## [v5.1.0-SNAPSHOT]
## [v6.0.0-SNAPSHOT]
- Added class Discovery to make new model discovery easier
- Added the possibility to exclude IS Model package in discovery
- Modified models discovery to make it easier and more powerful [#24548]
- Discovery create trees of discovered types both globally and model based [#24548]
- Added possibility to declare a type Final which means that it cannot be extended [#24554]
- Fixed default value of propagation constraint of remove action for ConsistsOf to 'cascade' [#24223]
- Added "delete" propagation constraint property [#24222]

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>information-system-model</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>6.0.0-SNAPSHOT</version>
<name>Information System Model</name>
<description>Information System Model is the reference model of the gCube Information System</description>
<packaging>jar</packaging>