Skip to content

Commit 44fee18

Browse files
authored
Merge pull request #1179 from jglick/gitHubRepo
2 parents 9d4f4cd + 10e04b5 commit 44fee18

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<name>Kubernetes plugin</name>
1414
<description>Jenkins plugin to run dynamic agents in a Kubernetes cluster</description>
1515
<packaging>hpi</packaging>
16-
<url>https://github.com/jenkinsci/kubernetes-plugin</url>
16+
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
1717

1818
<scm>
19-
<connection>scm:git:https://github.com/jenkinsci/kubernetes-plugin.git</connection>
20-
<developerConnection>scm:git:https://github.com/jenkinsci/kubernetes-plugin.git</developerConnection>
21-
<url>https://github.com/jenkinsci/kubernetes-plugin</url>
19+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
20+
<developerConnection>scm:git:https://github.com/${gitHubRepo}.git</developerConnection>
21+
<url>https://github.com/${gitHubRepo}</url>
2222
<tag>${scmTag}</tag>
2323
</scm>
2424

@@ -49,6 +49,7 @@
4949
<jenkins.version>2.303.3</jenkins.version>
5050
<no-test-jar>false</no-test-jar>
5151
<useBeta>true</useBeta>
52+
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
5253
</properties>
5354

5455
<dependencies>

0 commit comments

Comments
 (0)