From 8a623ce3c4ace9f17be92b4b8d30ad9b5da52c08 Mon Sep 17 00:00:00 2001 From: Tim Jacomb <21194782+timja@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:57:21 +0100 Subject: [PATCH] Update version of parent pom for Java 17 being required (#1030) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 351b847202..e395fd7d43 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It provides a common build configuration for all Jenkins plugins. ## Requirements -Since version 4.89, the plugin parent POM requires Jenkins 2.479 or newer and JDK 17 or newer. +Since version 5.0, the plugin parent POM requires Jenkins 2.479 or newer and JDK 17 or newer. Since version 4.52, the plugin parent POM requires Jenkins 2.361 or newer and JDK 11 or newer. Since version 4.40, the plugin parent POM supports Java 17.