From f05dc0b566955dbf80050d6e3fdc3da8f8a46764 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 17 Jul 2020 10:28:32 +0200 Subject: [PATCH] Switched changelog to the new format --- CHANGELOG.md | 80 ++++++++++++++++++++++++++++++++++++++++++++ distro/changelog.xml | 32 ------------------ 2 files changed, 80 insertions(+), 32 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 distro/changelog.xml diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9c6b72c --- /dev/null +++ b/CHANGELOG.md @@ -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 + diff --git a/distro/changelog.xml b/distro/changelog.xml deleted file mode 100644 index 344aab9..0000000 --- a/distro/changelog.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - Fixed distro files - - - Environment variable values replaced instead of just appended in ~/.bashrc (refs #2179) - - - Environment variable values replaced instead of just appended in ~/.bashrc (refs #2179) - - - Improved setup (refs #77) - - - Passing smartgears-distribution version as argument when compiling - Used tomcat 7 range instead of fixed version - - - Reorganized package creation - - - Reorganized package creation - - - Adding Bundle Version on container.xml to be published on ghn profile - - - First Release - - \ No newline at end of file