From 7a57951918c34acc0b08d85480f4dc161794ec38 Mon Sep 17 00:00:00 2001
From: Martin Pokorny <89339813+mPokornyETM@users.noreply.github.com>
Date: Fri, 5 Apr 2024 21:36:00 +0200
Subject: [PATCH 1/3] Increase Jenkins version to 2.440.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a2c8ac2..c020bb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
-SNAPSHOT
jenkinsci/${project.artifactId}-plugin
- 2.361.4
+ 2.440.1
Max
From 7eb101e4550c1c63fbd1703a376710e6cabe21a6 Mon Sep 17 00:00:00 2001
From: Mark Waite
Date: Thu, 1 Aug 2024 17:30:28 -0600
Subject: [PATCH 2/3] Require Jenkins 2.440.3 or newer
Use the same pattern as is now used in the Jenkins archetype so that
the Jenkins plugin BOM version uses the same version as the Jenkins
minimum version.
Use Jenkins 2.440.3 because it is now one of the recommended versions
https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8a2a381..9cb7a29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,8 @@
-SNAPSHOT
jenkinsci/${project.artifactId}-plugin
- 2.440.1
+ 2.440
+ ${jenkins.baseline}.3
Max
@@ -55,8 +56,8 @@
io.jenkins.tools.bom
- bom-2.361.x
- 2102.v854b_fec19c92
+ bom-${jenkins.baseline}.x
+ 3221.ve8f7b_fdd149d
pom
import
From 911b81ccfae28bd1e71fc1eafd8268b1c806fd65 Mon Sep 17 00:00:00 2001
From: Mark Waite
Date: Tue, 1 Oct 2024 20:19:59 -0600
Subject: [PATCH 3/3] Use plugin BOM 3413.x - most recent release
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e78fc5d..2267d38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
io.jenkins.tools.bom
bom-${jenkins.baseline}.x
- 3221.ve8f7b_fdd149d
+ 3413.v0d896b_76a_30d
pom
import