Skip to content

Commit

Permalink
Raise jenkins core requirement to 2.401.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Aug 25, 2023
1 parent 226bde7 commit a733614
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.67</version>
<version>4.72</version>
<relativePath />
</parent>

Expand All @@ -16,8 +16,9 @@
<revision>6.8.1</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.361.4</jenkins.version>
<bom>2.361.x</bom>
<jenkins.version>2.401.1</jenkins.version>
<bom>2.401.x</bom>
<bom.version>2357.v1043f8578392</bom.version>
<hpi.compatibleSinceVersion>6.8.1</hpi.compatibleSinceVersion>
</properties>
<name>Kubernetes Client API Plugin</name>
Expand Down Expand Up @@ -54,7 +55,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${bom}</artifactId>
<version>1706.vc166d5f429f8</version>
<version>${bom.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit a733614

Please sign in to comment.