From a3108f738c992793d6192ee70565d9132f594a9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 09:26:17 -0700 Subject: [PATCH] Update the plugin bill of materials versions to 3814.v9563d972079a_ in various parts of the documentation (#7753) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Bump Jenkins minimum BOM artifact version in the "dependency m... ... anagement" page Made with ❤️️ by updatecli * chore: Bump Jenkins minimum BOM artifact version in the "improve a pl... ... ugin tutorial" Made with ❤️️ by updatecli * chore: Bump Jenkins minimum BOM artifact version in the "plugin-bill-... ... of-materials" page Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- .../doc/developer/plugin-development/dependency-management.adoc | 2 +- .../developer/tutorial-improve/update-base-jenkins-version.adoc | 2 +- .../tutorial-improve/use-plugin-bill-of-materials.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/doc/developer/plugin-development/dependency-management.adoc b/content/doc/developer/plugin-development/dependency-management.adoc index 60eedd2469b3..eb4f7fbef6bb 100644 --- a/content/doc/developer/plugin-development/dependency-management.adoc +++ b/content/doc/developer/plugin-development/dependency-management.adoc @@ -96,7 +96,7 @@ To use the Jenkins plugin BOM in your plugin: io.jenkins.tools.bom bom-2.452.x - 3761.vd922730f0fd2 + 3814.v9563d972079a_ import pom diff --git a/content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc b/content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc index ba94941b066c..3da3876e0f20 100644 --- a/content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc +++ b/content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc @@ -44,7 +44,7 @@ The `git diff` might look like this: - bom-2.387.x + bom-2.452.x - 2543.vfb_1a_5fb_9496d -+ 3761.vd922730f0fd2 ++ 3814.v9563d972079a_ pom import diff --git a/content/doc/developer/tutorial-improve/use-plugin-bill-of-materials.adoc b/content/doc/developer/tutorial-improve/use-plugin-bill-of-materials.adoc index 293f4ad778b9..335822e88d43 100644 --- a/content/doc/developer/tutorial-improve/use-plugin-bill-of-materials.adoc +++ b/content/doc/developer/tutorial-improve/use-plugin-bill-of-materials.adoc @@ -31,7 +31,7 @@ For example, the addition might look like: io.jenkins.tools.bom bom-2.452.x - 3761.vd922730f0fd2 + 3814.v9563d972079a_ import pom