Skip to content

Commit 4c5f15f

Browse files
author
TheSnoozer
committed
#557 / #533: Add a note on the readme that the plugin now requires Java 11 and drops maven 3.0.X (a 3.1.0-alpha-1 is now the minimal supported)
1 parent a4ccf64 commit 4c5f15f

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Plugin compatibility with Java
4444
| 2.2.X | Java 1.7 |
4545
| 3.0.0 | Java 1.8 |
4646
| 4.0.0 | Java 1.8 |
47+
| 5.0.0 | Java 11 |
4748

4849

4950
Plugin compatibility with Maven
@@ -52,19 +53,28 @@ Even though this plugin tries to be compatible with every Maven version there ar
5253

5354
| Maven Version | Plugin Version | Notes |
5455
| --------------------------- | ---------------:|:---------------------------------------------------------------------------------------------------------------:|
55-
| Maven 2.0.11 | up to 2.2.6 | Maven 2 is EOL, git-commit-id-plugin:1.0 doesn't work -- requires maven version 2.2.1 |
56-
| Maven 2.2.1 | up to 2.2.6 | Maven 2 is EOL |
57-
| Maven 3.0.X | any | git-commit-id-plugin:2.1.14, 2.1.15, 2.2.0, 2.2.1, 2.2.3 doesn't work -- requires maven version 3.1.1 |
58-
| Maven 3.0.X | any | For git-commit-id-plugin 2.2.4 or higher: works, but failed to load class "org.slf4j.impl.StaticLoggerBinder" |
5956
| Maven 3.1.0 | any | git-commit-id-plugin:2.1.14, 2.1.15, 2.2.0, 2.2.1, 2.2.3 doesn't work -- requires maven version 3.1.1 |
6057
| Maven 3.3.1 | any | git-commit-id-plugin:2.1.14 doesn't work |
6158
| Maven 3.3.3 | any | git-commit-id-plugin:2.1.14 doesn't work |
62-
| Maven 3.X.X | any | Any other non listed version here should work with any plugin version |
59+
| Maven 3.X.X (3.0.X is EOL) | any | Any other non listed version here should work with any plugin version |
6360

6461

6562
Note:
6663
As an example -- this table should be read as: For `Maven 3.1.0` `any` Plugin Version should work, besides the ones listed in the `Notes` have the limitations listed.
6764

65+
Plugin compatibility with EOL Maven version
66+
-----------------------------
67+
End of life (EOL) Maven versions are no longer supported by Maven, nor this plugin.
68+
The following information is made available for reference.
69+
70+
| Maven Version | Plugin Version | Notes |
71+
| --------------------------- | ---------------:|:---------------------------------------------------------------------------------------------------------------:|
72+
| Maven 2.0.11 | up to 2.2.6 | Maven 2 is EOL, git-commit-id-plugin:1.0 doesn't work -- requires maven version 2.2.1 |
73+
| Maven 2.2.1 | up to 2.2.6 | Maven 2 is EOL |
74+
| Maven 3.0.X | up to 4.0.5 | git-commit-id-plugin:2.1.14, 2.1.15, 2.2.0, 2.2.1, 2.2.3 doesn't work -- requires maven version 3.1.1 |
75+
| Maven 3.0.X | up to 4.0.5 | For git-commit-id-plugin 2.2.4 or higher: works, but failed to load class "org.slf4j.impl.StaticLoggerBinder" |
76+
77+
6878
Getting SNAPSHOT versions of the plugin
6979
---------------------------------------
7080
If you really want to use **snapshots**, here's the repository they are deployed to.

0 commit comments

Comments
 (0)