From 4d48c9174a543d3ffc2a85fd5c872bfadcdf3282 Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Thu, 21 Sep 2023 22:34:41 +0200 Subject: [PATCH] docs: update changelog and readme --- CHANGELOG.md | 23 ++++++++++++++++++++++- README.md | 1 + 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c43191e..18cc3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,24 @@ -## Next release +## v5.0 ### Generic changes +**Merge branch 'release/5.0'** + + +[4413330b03f71d7](https://github.com/bsorrentino/maven-annotation-plugin/commit/4413330b03f71d7) bsorrentino *2023-09-21 20:30:53* + +**docs: update changelog** + + +[79b9e3a274ae005](https://github.com/bsorrentino/maven-annotation-plugin/commit/79b9e3a274ae005) bsorrentino *2023-09-21 20:29:48* + +**build: move to next release** + + +[6ff06d037c2bc44](https://github.com/bsorrentino/maven-annotation-plugin/commit/6ff06d037c2bc44) bsorrentino *2023-09-21 20:29:34* + **build: change 'maven-plugin-annotations' dependency scope to provided** * resolve #102 @@ -37,6 +52,12 @@ [07dd7fee8f6f086](https://github.com/bsorrentino/maven-annotation-plugin/commit/07dd7fee8f6f086) bsorrentino *2023-09-15 09:22:35* +**Update deploy-snapshot.yaml** + + * build: add manual trigger + +[33f3687dc7790d7](https://github.com/bsorrentino/maven-annotation-plugin/commit/33f3687dc7790d7) bsorrentino *2023-09-15 09:20:57* + **Merge branch 'feature/mvn_3_9#102' into develop** diff --git a/README.md b/README.md index 1718fe7..24e0c42 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ This plugin was born as the 'alter ego' of maven apt plugin [apt-maven-plugin](h Date | Version | Info --- | --- | --- +**Sep 21, 2023** | [Release 5.0](https://github.com/bsorrentino/maven-annotation-plugin/releases/tag/v5.0) | fix [#102](https://github.com/bsorrentino/maven-annotation-plugin/issues/102) - Plugin validation issues on Maven 3.9 **Jul 12, 2021** | [Release 5.0-rc3](https://github.com/bsorrentino/maven-annotation-plugin/releases/tag/v5.0-rc3) | merge PR [#96](https://github.com/bsorrentino/maven-annotation-plugin/pull/96) - Thanks to [Ulysses Rangel RIbeiro](https://github.com/ulyssesrr) **Jul 12, 2021** | [Release 5.0-jdk8-rc3](https://github.com/bsorrentino/maven-annotation-plugin/releases/tag/v5.0-jdk8-rc3) | Maintenance release compatible with JDK8 **Jun 28, 2021** | [Release 5.0-rc2](https://github.com/bsorrentino/maven-annotation-plugin/releases/tag/v5.0-rc2) | merge PR [#95](https://github.com/bsorrentino/maven-annotation-plugin/pull/95) - Thanks to [Ulysses Rangel RIbeiro](https://github.com/ulyssesrr)