Skip to content

Commit

Permalink
Update the plugin bill of materials versions to 3613.v584fca_12cf5c i…
Browse files Browse the repository at this point in the history
…n various parts of the documentation (jenkins-infra#7648)

* 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 "improve a pl...

... ugin tutorial"

Made with ❤️️ by updatecli

* chore: Bump Jenkins minimum BOM artifact version in the "dependency m...

... anagement" 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 Nov 1, 2024
1 parent 3f6778a commit 284e9b5
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 @@ -94,7 +94,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>3559.vb_5b_81183b_d23</version>
<version>3613.v584fca_12cf5c</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>3559.vb_5b_81183b_d23</version>
+ <version>3613.v584fca_12cf5c</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>3559.vb_5b_81183b_d23</version>
<version>3613.v584fca_12cf5c</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 284e9b5

Please sign in to comment.