Skip to content

Commit

Permalink
Core minimum upgrade to 2.440.3 and useversion from plugin BOM (#338)
Browse files Browse the repository at this point in the history
* Bump org.jenkins-ci.plugins:promoted-builds

Bumps [org.jenkins-ci.plugins:promoted-builds](https://github.com/jenkinsci/promoted-builds-plugin) from 892.vd6219fc0a_efb to 957.vf5b_cee587563.
- [Release notes](https://github.com/jenkinsci/promoted-builds-plugin/releases)
- [Changelog](https://github.com/jenkinsci/promoted-builds-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/promoted-builds-plugin/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:promoted-builds
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* Modernize to Jenkins 2.440.3

Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.jenkins.ModernizePlugin?organizationId=SmVua2lucyBDSQ%3D%3D

Co-authored-by: Moderne <[email protected]>

* Use parent pom 4.87

* Rely on promoted-builds from bom 3307.v2769886db_63b_

https://github.com/jenkinsci/bom/releases/tag/3307.v2769886db_63b_
now manages the promoted builds plugin version.  This pom can no longer
needs to specify the version of promoted builds plugin.

jenkinsci/bom#3171 describes some of the
reasons why that benefits this plugin and why it benefits the plugin
BOM maintainers.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Hill <[email protected]>
Co-authored-by: Moderne <[email protected]>
  • Loading branch information
4 people authored Sep 5, 2024
1 parent f85a3d7 commit 5d5645d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.74</version>
<version>4.87</version>
<relativePath />
</parent>

Expand All @@ -46,7 +46,7 @@ THE SOFTWARE.
<revision>3.24</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<jenkins.version>2.387.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
<mavenInterceptorsVersion>1.14</mavenInterceptorsVersion>
<!--
Minimal supported version of Maven.
Expand Down Expand Up @@ -76,8 +76,8 @@ THE SOFTWARE.
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</version>
<artifactId>bom-2.440.x</artifactId>
<version>3307.v2769886db_63b_</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -814,7 +814,6 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>promoted-builds</artifactId>
<version>892.vd6219fc0a_efb</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5d5645d

Please sign in to comment.