Skip to content

Commit 3f0814a

Browse files
authored
Merge pull request #52 from basil/subversion
Use Subversion version specified in BOM
2 parents 40970db + f3a7de5 commit 3f0814a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

pom.xml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.16</version>
7+
<version>4.19</version>
88
<relativePath />
99
</parent>
1010
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -20,9 +20,9 @@
2020
</license>
2121
</licenses>
2222
<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>
2626
<tag>${scmTag}</tag>
2727
</scm>
2828
<repositories>
@@ -42,15 +42,15 @@
4242
<changelist>-SNAPSHOT</changelist>
4343
<jenkins.version>2.222.4</jenkins.version>
4444
<java.level>8</java.level>
45-
<subversion-plugin.version>2.14.0</subversion-plugin.version>
4645
<svnkit.version>1.10.1</svnkit.version>
46+
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4747
</properties>
4848
<dependencyManagement>
4949
<dependencies>
5050
<dependency>
5151
<groupId>io.jenkins.tools.bom</groupId>
5252
<artifactId>bom-2.222.x</artifactId>
53-
<version>23</version>
53+
<version>876.vc43b4c6423b6</version>
5454
<scope>import</scope>
5555
<type>pom</type>
5656
</dependency>
@@ -91,13 +91,11 @@
9191
<dependency>
9292
<groupId>org.jenkins-ci.plugins</groupId>
9393
<artifactId>subversion</artifactId>
94-
<version>${subversion-plugin.version}</version>
9594
<scope>test</scope>
9695
</dependency>
9796
<dependency>
9897
<groupId>org.jenkins-ci.plugins</groupId>
9998
<artifactId>subversion</artifactId>
100-
<version>${subversion-plugin.version}</version>
10199
<classifier>tests</classifier>
102100
<scope>test</scope>
103101
</dependency>

0 commit comments

Comments
 (0)