From 5db90808b83a540e3bb8403fcaede72af52440d8 Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Mon, 13 Jan 2025 14:59:33 +0100 Subject: [PATCH 01/11] feat(java): Require Jenkins core 2.479.1 and Java 17. --- pom.xml | 8 ++++---- .../jenkins/dateparameter/DateParameterDefinition.java | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index bd3724c..74fce00 100644 --- a/pom.xml +++ b/pom.xml @@ -5,15 +5,15 @@ org.jenkins-ci.plugins plugin - 4.52 - + 5.5 + 999999-SNAPSHOT jenkinsci/date-parameter-plugin - 2.361.4 + 2.479.1 - 2.479.1 - - + me.leejay.jenkins + date-parameter + ${changelist} + hpi + Date Parameter Plugin + Java style LocalDate code as parameter in Parametrized builds + https://wiki.jenkins-ci.org/display/JENKINS/Date+Parameter+Plugin + - me.leejay.jenkins - date-parameter - ${changelist} - hpi - Date Parameter Plugin - https://wiki.jenkins-ci.org/display/JENKINS/Date+Parameter+Plugin - Java style LocalDate code as parameter in Parametrized builds - + + + MIT License + http://opensource.org/licenses/MIT + + - - - MIT License - http://opensource.org/licenses/MIT - - + + + leejaycoke + JuHyun Lee + leejaycoke@gmail.com + +9 + + - - scm:git:https://github.com/${gitHubRepo}.git - scm:git:git@github.com:${gitHubRepo}.git - https://github.com/${gitHubRepo} - ${scmTag} + + scm:git:https://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + ${scmTag} + https://github.com/${gitHubRepo} - - - leejaycoke - JuHyun Lee - leejaycoke@gmail.com - +9 - - + + 999999-SNAPSHOT + jenkinsci/date-parameter-plugin + + 2.479.1 + + - - - repo.jenkins-ci.org - https://repo.jenkins-ci.org/public/ - - - - - repo.jenkins-ci.org - https://repo.jenkins-ci.org/public/ - - + + + + joda-time + joda-time + 2.9.9 + compile + + + + + repo.jenkins-ci.org + https://repo.jenkins-ci.org/public/ + + + + + repo.jenkins-ci.org + https://repo.jenkins-ci.org/public/ + + - - - - joda-time - joda-time - 2.9.9 - compile - - + + + + com.github.spotbugs + spotbugs-maven-plugin + + src/main/resources/spotbugs-exclude.xml + true + target + + + + From 96abfc6a998ddb3557b1c6dea6760ab5987eba4a Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Thu, 27 Feb 2025 08:53:54 +0100 Subject: [PATCH 09/11] feat(java): Require Jenkins core 2.479.3 and Java 17. --- pom.xml | 15 +++------------ .../dateparameter/DateParameterDefinition.java | 6 +++--- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index bd3724c..88816ef 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.52 + 5.7 @@ -13,7 +13,7 @@ 999999-SNAPSHOT jenkinsci/date-parameter-plugin - 2.361.4 + 2.479.3