Skip to content

Commit

Permalink
Bump Jenkins LTS versions to 2.414.2 in various parts of the document…
Browse files Browse the repository at this point in the history
…ation (jenkins-infra#6750)

* 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>
  • Loading branch information
github-actions[bot] authored Oct 7, 2023
1 parent d4a5813 commit 6bfa5e5
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 @@ -92,7 +92,7 @@ To use the Jenkins plugin BOM in your plugin:
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<!-- Latest version goes here -->
<version>2465.va_e76ed7b_3061</version>
<version>2496.vddfca_753db_80</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.319.x</artifactId>
+ <artifactId>bom-2.387.x</artifactId>
- <version>1654.vcb_69d035fa_20</version>
+ <version>2465.va_e76ed7b_3061</version>
+ <version>2496.vddfca_753db_80</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.387.x</artifactId>
<version>2465.va_e76ed7b_3061</version>
<version>2496.vddfca_753db_80</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 6bfa5e5

Please sign in to comment.