Switched changelog to the new format

This commit is contained in:
Luca Frosini 2020-07-17 10:28:32 +02:00
parent 84853fca7b
commit f05dc0b566
2 changed files with 80 additions and 32 deletions

80
CHANGELOG.md Normal file
View File

@ -0,0 +1,80 @@
# Changelog
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).
## [v3.0.0-SNAPSHOT] [r5.0.0] -
- [#19283] Switched JSON management to gcube-jackson
- Fixed distro files and pom according to new release procedure
## [v2.5.4] [r4.23.0] - 2020-06-19
- Released to have and up-to-date bundle
## [v2-5.3] [r4.22.0] - 2020-05-07
- Released to have and up-to-date bundle
## [v2.5.1] [r4.21.0] - 2020-03-30
- Released to have and up-to-date bundle
## [v2.5.0] [r4.19.0] - 2020-02-04
- Aligned version with smartgears-distribution
## [v2.2.0] [r4.15.0] - 2019-11-08
- Fixed distro files and pom according to new release procedure
## [v2.1.0] [r4.3.0] - 2017-03-16
- Fixed README file
## [v2.0.0] [r4.1.0] - 2016-12-15
- Upgraded smartgeras-distribution to 2.X.X
## [v1.0.6] [r3.10.1] - 2016-04-08
- [#2179] Environment variable values replaced ~/.bashrc instead of appended
## [v1.0.5] [r3.10.0] - 2016-02-08
- [#77] Improved setup
## [v1.0.4] [r3.9.0] - 2015-12-09
- Providing smartgears-distribution version as argument when compiling
- Used tomcat 7 range instead of fixed version
## [v1.0.3] [r3.8.0] - 2015-09-11
- Reorganized package creation
## [v1.0.2] - 2015-05-15
- Reorganized package creation
## [v1.0.1] - 2015-04-15
- Adding Bundle Version on container.xml to be published on ghn profile
## [v1.0.0] - 2015-03-11
- First Release

View File

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.distribution.smartgears-distribution-bundle.2-1-0" date="${buildDate}">
<Change>Fixed distro files</Change>
</Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution-bundle.2-0-0" date="2016-12-15">
<Change>Environment variable values replaced instead of just appended in ~/.bashrc (refs #2179)</Change>
</Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution-bundle.1-0-6" date="2016-02-15">
<Change>Environment variable values replaced instead of just appended in ~/.bashrc (refs #2179)</Change>
</Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution-bundle.1-0-5" date="2016-02-01">
<Change>Improved setup (refs #77)</Change>
</Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution-bundle.1-0-4" date="2015-10-16">
<Change>Passing smartgears-distribution version as argument when compiling</Change>
<Change>Used tomcat 7 range instead of fixed version</Change>
</Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution-bundle.1-0-3" date="2015-07-6">
<Change>Reorganized package creation</Change>
</Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution-bundle.1-0-2" date="2015-05-15">
<Change>Reorganized package creation</Change>
</Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution-bundle.1-0-1" date="2015-04-15">
<Change>Adding Bundle Version on container.xml to be published on ghn profile</Change>
</Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution-bundle.1-0-0" date="2015-03-11">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>