|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <parent>
|
5 | 5 | <groupId>org.jenkins-ci.plugins</groupId>
|
6 | 6 | <artifactId>plugin</artifactId>
|
7 |
| - <version>4.16</version> |
| 7 | + <version>4.19</version> |
8 | 8 | <relativePath />
|
9 | 9 | </parent>
|
10 | 10 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
|
20 | 20 | </license>
|
21 | 21 | </licenses>
|
22 | 22 | <scm>
|
23 |
| - <connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection> |
24 |
| - < developerConnection>scm:git: [email protected]: jenkinsci/${project.artifactId}-plugin.git</ developerConnection> |
25 |
| - <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> |
| 23 | + <connection>scm:git:git://github.com/${gitHubRepo}.git</connection> |
| 24 | + < developerConnection>scm:git: [email protected]: ${gitHubRepo}.git</ developerConnection> |
| 25 | + <url>https://github.com/${gitHubRepo}</url> |
26 | 26 | <tag>${scmTag}</tag>
|
27 | 27 | </scm>
|
28 | 28 | <repositories>
|
|
42 | 42 | <changelist>-SNAPSHOT</changelist>
|
43 | 43 | <jenkins.version>2.222.4</jenkins.version>
|
44 | 44 | <java.level>8</java.level>
|
45 |
| - <subversion-plugin.version>2.14.0</subversion-plugin.version> |
46 | 45 | <svnkit.version>1.10.1</svnkit.version>
|
| 46 | + <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
47 | 47 | </properties>
|
48 | 48 | <dependencyManagement>
|
49 | 49 | <dependencies>
|
50 | 50 | <dependency>
|
51 | 51 | <groupId>io.jenkins.tools.bom</groupId>
|
52 | 52 | <artifactId>bom-2.222.x</artifactId>
|
53 |
| - <version>23</version> |
| 53 | + <version>876.vc43b4c6423b6</version> |
54 | 54 | <scope>import</scope>
|
55 | 55 | <type>pom</type>
|
56 | 56 | </dependency>
|
|
91 | 91 | <dependency>
|
92 | 92 | <groupId>org.jenkins-ci.plugins</groupId>
|
93 | 93 | <artifactId>subversion</artifactId>
|
94 |
| - <version>${subversion-plugin.version}</version> |
95 | 94 | <scope>test</scope>
|
96 | 95 | </dependency>
|
97 | 96 | <dependency>
|
98 | 97 | <groupId>org.jenkins-ci.plugins</groupId>
|
99 | 98 | <artifactId>subversion</artifactId>
|
100 |
| - <version>${subversion-plugin.version}</version> |
101 | 99 | <classifier>tests</classifier>
|
102 | 100 | <scope>test</scope>
|
103 | 101 | </dependency>
|
|
0 commit comments