Skip to content

Commit 76d3b6b

Browse files
authored
Merge pull request #163 from jenkinsci/dependabot/maven/revision-6.2.0
2 parents f98767e + eaafc21 commit 76d3b6b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pom.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
<version>${revision}-${changelist}</version>
1414
<packaging>hpi</packaging>
1515
<properties>
16-
<revision>5.12.2</revision>
16+
<revision>6.3.1</revision>
1717
<changelist>999999-SNAPSHOT</changelist>
18-
<jenkins.version>2.249</jenkins.version>
19-
<java.level>8</java.level>
18+
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
19+
<jenkins.version>2.332.4</jenkins.version>
20+
<bom>2.332.x</bom>
2021
</properties>
2122
<name>Kubernetes Client API Plugin</name>
2223
<description>This plugin provides the fabric8.io Kubernetes Client API to plugins.</description>
@@ -29,9 +30,9 @@
2930
</licenses>
3031
<url>https://github.com/jenkinsci/kubernetes-client-api-plugin</url>
3132
<scm>
32-
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
33-
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
34-
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
33+
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
34+
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
35+
<url>https://github.com/${gitHubRepo}</url>
3536
<tag>${scmTag}</tag>
3637
</scm>
3738

@@ -51,8 +52,8 @@
5152
<dependencies>
5253
<dependency>
5354
<groupId>io.jenkins.tools.bom</groupId>
54-
<artifactId>bom-2.249.x</artifactId>
55-
<version>961.vf0c9f6f59827</version>
55+
<artifactId>bom-${bom}</artifactId>
56+
<version>1706.vc166d5f429f8</version>
5657
<scope>import</scope>
5758
<type>pom</type>
5859
</dependency>

0 commit comments

Comments
 (0)