diff --git a/README.md b/README.md index f80c7db08..a173f86f5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you are interested in a Bill of Materials for Jenkins core components, see [t After [selecting your plugin’s LTS baseline](https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/): ```xml -2.401.3 +2.414.3 ``` just import the [latest BOM](https://repo.jenkins-ci.org/public/io/jenkins/tools/bom) from that line: @@ -24,7 +24,7 @@ just import the [latest BOM](https://repo.jenkins-ci.org/public/io/jenkins/tools io.jenkins.tools.bom - bom-2.401.x + bom-2.414.x import pom diff --git a/bom-2.401.x/pom.xml b/bom-2.401.x/pom.xml deleted file mode 100644 index 78c227c6f..000000000 --- a/bom-2.401.x/pom.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - 4.0.0 - - io.jenkins.tools.bom - parent - ${changelist} - - bom-2.401.x - pom - - 1700.v6f448841296e - 639.v6eca_cd8c04a_a_ - 770.v1a_d0708dd1f6 - - - - - ${project.groupId} - bom-2.414.x - ${project.version} - pom - import - - - io.jenkins - configuration-as-code - ${configuration-as-code-plugin.version} - - - io.jenkins.configuration-as-code - test-harness - ${configuration-as-code-plugin.version} - - - io.jenkins.plugins - pipeline-groovy-lib - 689.veec561a_dee13 - - - org.jenkins-ci.plugins - credentials-binding - 642.v737c34dea_6c2 - - - org.jenkins-ci.plugins - database - 191.vd5981b_97a_5fa_ - - - org.jenkins-ci.plugins - github-branch-source - 1771.v59b_6a_fa_1b_89e - - - org.jenkins-ci.plugins - structs - 325.vcb_307d2a_2782 - - - org.jenkins-ci.plugins.workflow - workflow-job - 1326.ve643e00e9220 - - - org.jenkins-ci.plugins.workflow - workflow-job - 1326.ve643e00e9220 - tests - - - org.jenkins-ci.plugins.workflow - workflow-multibranch - ${workflow-multibranch-plugin.version} - - - org.jenkins-ci.plugins.workflow - workflow-multibranch - ${workflow-multibranch-plugin.version} - tests - - - org.jenkins-ci.plugins.workflow - workflow-step-api - ${workflow-step-api-plugin.version} - - - org.jenkins-ci.plugins.workflow - workflow-step-api - ${workflow-step-api-plugin.version} - tests - - - org.jvnet.hudson.plugins - favorite - 2.4.3 - - - - diff --git a/bom-2.426.x/pom.xml b/bom-2.426.x/pom.xml index fc9b6335c..b245354c7 100644 --- a/bom-2.426.x/pom.xml +++ b/bom-2.426.x/pom.xml @@ -12,7 +12,7 @@ ${project.groupId} - bom-weekly + bom-2.440.x ${project.version} pom import diff --git a/bom-2.440.x/pom.xml b/bom-2.440.x/pom.xml new file mode 100644 index 000000000..35bcd6b1f --- /dev/null +++ b/bom-2.440.x/pom.xml @@ -0,0 +1,22 @@ + + + 4.0.0 + + io.jenkins.tools.bom + parent + ${changelist} + + bom-2.440.x + pom + + + + ${project.groupId} + bom-weekly + ${project.version} + pom + import + + + + diff --git a/pom.xml b/pom.xml index 0c10fac43..b24031f41 100644 --- a/pom.xml +++ b/pom.xml @@ -20,9 +20,9 @@ bom-weekly + bom-2.440.x bom-2.426.x bom-2.414.x - bom-2.401.x sample-plugin diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 481d16cfe..d8b074b1e 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -977,6 +977,13 @@ + + 2.440.x + + 2.440.x + 2.440 + + 2.426.x @@ -991,12 +998,5 @@ 2.414.3 - - 2.401.x - - 2.401.x - 2.401.3 - -