Switched changelog to the new format
This commit is contained in:
parent
982317ca60
commit
1937a56d11
|
@ -0,0 +1,25 @@
|
|||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
# Changelog for gCube Model
|
||||
|
||||
## [v3.0.0] [r5.0.0] -
|
||||
|
||||
- Switched JSON management to gcube-jackson [#19116]
|
||||
|
||||
|
||||
## [v2.0.0] [r4.21.0] - 2020-03-30
|
||||
|
||||
- Fixed distro files and pom according to new release procedure
|
||||
- Reorganized packages to be aligned with IS Model organization
|
||||
|
||||
|
||||
## [v1.1.0] [r4.14.0] - 2019-09-11
|
||||
|
||||
- Moved here some Embedded Type initially defined in Information System Model
|
||||
- Refactored code to support renaming of Embedded class and to Property [#13274]
|
||||
- Added Resources Schema definition [#18213]
|
||||
|
||||
|
||||
## [v1.0.0] [r4.13.0] - 2018-11-20
|
||||
|
||||
- First Release. The component is a renaming of org.gcube.information-system.gcube-resources which should be 2.0.0
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.resource-management.gcube-model.1-1-0" date="${buildDate}">
|
||||
<Change>Moved here some Embedded Type initally defined in Information System Model</Change>
|
||||
<Change>Refactored code to support renaming of Embedded class and to Property #13274</Change>
|
||||
<Change>Added Resources Schema definition #18213</Change>
|
||||
<Change>Reorganized packages to be aligned with IS Model organization</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.resource-management.gcube-model.1-0-0" date="2018-11-20">
|
||||
<Change>First Release. The component is a renaming of org.gcube.information-system.gcube-resources which should be 2.0.0</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
Loading…
Reference in New Issue