From 2a7de889ef2753c4c16207468fbcb211132bfcf4 Mon Sep 17 00:00:00 2001 From: Steve Hill Date: Thu, 13 Jul 2023 20:48:02 +0000 Subject: [PATCH 1/2] Modernize to last versions supporting Java 8 Use this link to re-run the recipe: https://app.moderne.io/recipes/builder/IDUFg Co-authored-by: Moderne --- pom.xml | 7 +++---- src/main/resources/index.jelly | 4 ++++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 src/main/resources/index.jelly diff --git a/pom.xml b/pom.xml index d39c28a..e8ea638 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,8 @@ org.jenkins-ci.plugins plugin - 4.14 + 4.51 + org.jenkins-ci.plugins @@ -13,10 +14,9 @@ hpi - 2.190.3 + 2.346.3 2.190.x 16 - 8 Go Plugin @@ -42,7 +42,6 @@ org.jenkins-ci.plugins structs - 1.20 diff --git a/src/main/resources/index.jelly b/src/main/resources/index.jelly new file mode 100644 index 0000000..395e5ab --- /dev/null +++ b/src/main/resources/index.jelly @@ -0,0 +1,4 @@ + +
+Automatically installs and sets up the Go programming language (golang) tools for a build. +
From cd4f660fd258926ca5230ed1d92e888c39877950 Mon Sep 17 00:00:00 2001 From: Steve Hill Date: Fri, 14 Jul 2023 19:48:39 -0700 Subject: [PATCH 2/2] Align plugins BOM with jenkins.version --- pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e8ea638..b2f31ce 100644 --- a/pom.xml +++ b/pom.xml @@ -15,8 +15,6 @@ 2.346.3 - 2.190.x - 16 Go Plugin @@ -66,8 +64,8 @@ io.jenkins.tools.bom - bom-${jenkins.bom.artifactId} - ${jenkins.bom.version} + bom-2.346.x + 1763.v092b_8980a_f5e import pom