Skip to content

Commit

Permalink
Update the plugin bill of materials versions to 3814.v9563d972079a_ i…
Browse files Browse the repository at this point in the history
…n various parts of the documentation (#7753)

* 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>
  • Loading branch information
github-actions[bot] authored Dec 14, 2024
1 parent b8a67e9 commit a3108f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ To use the Jenkins plugin BOM in your plugin:
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.452.x</artifactId>
<!-- Latest version goes here -->
<version>3761.vd922730f0fd2</version>
<version>3814.v9563d972079a_</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The `git diff` might look like this:
- <artifactId>bom-2.387.x</artifactId>
+ <artifactId>bom-2.452.x</artifactId>
- <version>2543.vfb_1a_5fb_9496d</version>
+ <version>3761.vd922730f0fd2</version>
+ <version>3814.v9563d972079a_</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For example, the addition might look like:
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.452.x</artifactId>
<version>3761.vd922730f0fd2</version>
<version>3814.v9563d972079a_</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit a3108f7

Please sign in to comment.