Skip to content

Commit

Permalink
Merge pull request #163 from jenkinsci/dependabot/maven/revision-6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe authored Jan 9, 2023
2 parents f98767e + eaafc21 commit 76d3b6b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
<version>${revision}-${changelist}</version>
<packaging>hpi</packaging>
<properties>
<revision>5.12.2</revision>
<revision>6.3.1</revision>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.249</jenkins.version>
<java.level>8</java.level>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.332.4</jenkins.version>
<bom>2.332.x</bom>
</properties>
<name>Kubernetes Client API Plugin</name>
<description>This plugin provides the fabric8.io Kubernetes Client API to plugins.</description>
Expand All @@ -29,9 +30,9 @@
</licenses>
<url>https://github.com/jenkinsci/kubernetes-client-api-plugin</url>
<scm>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
</scm>

Expand All @@ -51,8 +52,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.249.x</artifactId>
<version>961.vf0c9f6f59827</version>
<artifactId>bom-${bom}</artifactId>
<version>1706.vc166d5f429f8</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 76d3b6b

Please sign in to comment.