Skip to content

Commit 1232f2d

Browse files
Update the plugin bill of materials versions to 5659.vecf9e2dc5a_ed in various parts of the documentation (#8536)
* chore: Bump Jenkins minimum BOM artifact version in the "plugin-bill-... ... of-materials" page Made with ❤️️ by updatecli * 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 --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bruno Verachten <[email protected]>
1 parent 999fff9 commit 1232f2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/doc/developer/plugin-development/dependency-management.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To use the Jenkins plugin BOM in your plugin:
9696
<groupId>io.jenkins.tools.bom</groupId>
9797
<artifactId>bom-2.504.x</artifactId>
9898
<!-- Latest version goes here -->
99-
<version>5622.vc9c3051619f5</version>
99+
<version>5659.vecf9e2dc5a_ed</version>
100100
<scope>import</scope>
101101
<type>pom</type>
102102
</dependency>

content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The `git diff` might look like this:
4444
- <artifactId>bom-2.440.x</artifactId>
4545
+ <artifactId>bom-2.504.x</artifactId>
4646
- <version>3435.v238d66a_043fb_</version>
47-
+ <version>5622.vc9c3051619f5</version>
47+
+ <version>5659.vecf9e2dc5a_ed</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>

content/doc/developer/tutorial-improve/use-plugin-bill-of-materials.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For example, the addition might look like:
3131
<dependency>
3232
<groupId>io.jenkins.tools.bom</groupId>
3333
<artifactId>bom-2.504.x</artifactId>
34-
<version>5622.vc9c3051619f5</version>
34+
<version>5659.vecf9e2dc5a_ed</version>
3535
<scope>import</scope>
3636
<type>pom</type>
3737
</dependency>

0 commit comments

Comments
 (0)