Skip to content

Commit

Permalink
Merge pull request #269 from jonesbusy-automation/plugin-modernizer/u…
Browse files Browse the repository at this point in the history
…pgradenextmajorparentversion

feat(java): Require Jenkins core 2.479.3 and Java 17.
  • Loading branch information
jonesbusy authored Feb 22, 2025
2 parents 241e5b8 + f1587b9 commit 9bc3edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<gitHubRepo>jenkinsci/bitbucket-kubernetes-credentials-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
</properties>
<name>Bitbucket Credentials - Kubernetes Integration</name>
<description>Integrates bitbucket credentials with the k8s credential provider</description>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>4136.vca_c3202a_7fd1</version>
<version>4228.v0a_71308d905b_</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 9bc3edf

Please sign in to comment.