From 60f790def30d843f264dfba4f20f939c73906812 Mon Sep 17 00:00:00 2001 From: kaklakariada Date: Sun, 21 Aug 2022 14:48:38 +0200 Subject: [PATCH 1/2] Prepare release 1.6.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pom.xml | 8 +++----- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7059ea9..3e68c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.0] - 2022-08-21 + ### Refactoring - [PR #45](https://github.com/itsallcode/openfasttrace-maven-plugin/pull/45) Upgrade dependencies +- [PR #46](https://github.com/itsallcode/openfasttrace-maven-plugin/pull/46) Prepare release + - This upgrades to [OpenFastTrace 3.6.0](https://github.com/itsallcode/openfasttrace/releases/tag/3.6.0) ## [1.5.0] - 2022-03-17 diff --git a/README.md b/README.md index d66f446..d02f754 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Add the openfasttrace-maven-plugin to your `pom.xml`: org.itsallcode openfasttrace-maven-plugin - 1.5.0 + 1.6.0 trace-requirements diff --git a/pom.xml b/pom.xml index ab553ff..94f0b20 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,9 @@ - + 4.0.0 org.itsallcode openfasttrace-maven-plugin - 1.5.0 + 1.6.0 maven-plugin OpenFastTrace Maven Plugin @@ -396,4 +394,4 @@ - + \ No newline at end of file From b91568e016be092305e239db30fe7bb7bc07eeeb Mon Sep 17 00:00:00 2001 From: kaklakariada Date: Sun, 21 Aug 2022 14:50:25 +0200 Subject: [PATCH 2/2] Add changelog entry for #46 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e68c8a..667bb84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Refactoring - [PR #45](https://github.com/itsallcode/openfasttrace-maven-plugin/pull/45) Upgrade dependencies -- [PR #46](https://github.com/itsallcode/openfasttrace-maven-plugin/pull/46) Prepare release +- [PR #46](https://github.com/itsallcode/openfasttrace-maven-plugin/pull/46) Remove license header from source files +- [PR #47](https://github.com/itsallcode/openfasttrace-maven-plugin/pull/47) Prepare release - This upgrades to [OpenFastTrace 3.6.0](https://github.com/itsallcode/openfasttrace/releases/tag/3.6.0) ## [1.5.0] - 2022-03-17