Skip to content

Commit

Permalink
Merge pull request #221 from jenkinsci/dependabot/maven/revision-6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Aug 29, 2023
2 parents d689583 + efe7925 commit d388fca
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions pom.xml
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 @@ -13,11 +13,13 @@
<version>${revision}-${changelist}</version>
<packaging>hpi</packaging>
<properties>
<revision>6.4.1</revision>
<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>
<description>This plugin provides the fabric8.io Kubernetes Client API to plugins.</description>
Expand Down Expand Up @@ -53,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 Expand Up @@ -188,10 +190,6 @@
<artifactId>bouncycastle-api</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>snakeyaml-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>okhttp-api</artifactId>
Expand Down

0 comments on commit d388fca

Please sign in to comment.