From 01297f17fa1e439bc420bebdf65afcb0d5016647 Mon Sep 17 00:00:00 2001 From: TheSnoozer <6849390+TheSnoozer@users.noreply.github.com> Date: Sat, 8 Jun 2024 23:10:56 +0200 Subject: [PATCH] https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/709: update readme with 9.0.0 release --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 194f3240..e798b010 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ older version (4.x.x or older) are available via: Versions -------- -The current version is **8.0.2** ([changelist](https://github.com/git-commit-id/git-commit-id-maven-plugin/issues?q=milestone%3A8.0.2)). +The current version is **9.0.0** ([changelist](https://github.com/git-commit-id/git-commit-id-maven-plugin/issues?q=milestone%3A9.0.0)). You can check the available versions by visiting [search.maven.org](https://search.maven.org/artifact/io.github.git-commit-id/git-commit-id-maven-plugin), though using the newest is obviously the best choice. @@ -64,6 +64,7 @@ Here is an overview of the current plugin compatibility with Java | 6.X.X | Java 11 | | 7.X.X | Java 11 | | 8.X.X | Java 11 | +| 9.X.X | Java 11 | Plugin compatibility with Maven @@ -80,6 +81,7 @@ Even though this plugin tries to be compatible with every Maven version there ar | 6.X.X | Maven 3.1.0-alpha-1 | | 7.X.X | Maven 3.2.5 | | 8.X.X | Maven 3.2.5 | +| 9.X.X | Maven 3.6.3 | Flipping the table to maven: Please note that in theory maven 4.X should support all maven 3 plugins.