|
3 | 3 | <parent> |
4 | 4 | <groupId>org.jenkins-ci.plugins</groupId> |
5 | 5 | <artifactId>plugin</artifactId> |
6 | | - <version>4.39</version> |
| 6 | + <version>4.40</version> |
7 | 7 | <relativePath /> |
8 | 8 | </parent> |
9 | 9 |
|
|
13 | 13 | <name>Kubernetes plugin</name> |
14 | 14 | <description>Jenkins plugin to run dynamic agents in a Kubernetes cluster</description> |
15 | 15 | <packaging>hpi</packaging> |
16 | | - <url>https://github.com/jenkinsci/kubernetes-plugin</url> |
| 16 | + <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> |
17 | 17 |
|
18 | 18 | <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> |
22 | 22 | <tag>${scmTag}</tag> |
23 | 23 | </scm> |
24 | 24 |
|
|
45 | 45 | <connectorHost /> |
46 | 46 | <jenkins.host.address /> |
47 | 47 | <slaveAgentPort /> |
48 | | - <java.level>8</java.level> |
49 | 48 | <jenkins.version>2.303.3</jenkins.version> |
50 | 49 | <no-test-jar>false</no-test-jar> |
51 | 50 | <useBeta>true</useBeta> |
| 51 | + <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
52 | 52 | </properties> |
53 | 53 |
|
54 | 54 | <dependencies> |
|
214 | 214 | <artifactId>bouncycastle-api</artifactId> |
215 | 215 | <scope>test</scope> |
216 | 216 | </dependency> |
217 | | - <dependency> |
218 | | - <groupId>org.jenkins-ci.modules</groupId> |
219 | | - <artifactId>instance-identity</artifactId> |
220 | | - <version>2.2</version> |
221 | | - <scope>provided</scope> |
222 | | - </dependency> |
223 | 217 | <dependency> |
224 | 218 | <groupId>pl.pragmatists</groupId> |
225 | 219 | <artifactId>JUnitParams</artifactId> |
|
0 commit comments