Skip to content

Commit 9bc3edf

Browse files
authored
Merge pull request #269 from jonesbusy-automation/plugin-modernizer/upgradenextmajorparentversion
feat(java): Require Jenkins core 2.479.3 and Java 17.
2 parents 241e5b8 + f1587b9 commit 9bc3edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<gitHubRepo>jenkinsci/bitbucket-kubernetes-credentials-plugin</gitHubRepo>
2626
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
2727
<jenkins.baseline>2.479</jenkins.baseline>
28-
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
28+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
2929
</properties>
3030
<name>Bitbucket Credentials - Kubernetes Integration</name>
3131
<description>Integrates bitbucket credentials with the k8s credential provider</description>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.jenkins.tools.bom</groupId>
4242
<artifactId>bom-${jenkins.baseline}.x</artifactId>
43-
<version>4136.vca_c3202a_7fd1</version>
43+
<version>4228.v0a_71308d905b_</version>
4444
<scope>import</scope>
4545
<type>pom</type>
4646
</dependency>

0 commit comments

Comments
 (0)