5
5
<parent >
6
6
<groupId >org.jenkins-ci.plugins</groupId >
7
7
<artifactId >plugin</artifactId >
8
- <version >5.3 </version >
8
+ <version >5.7 </version >
9
9
<relativePath />
10
10
</parent >
11
11
12
12
<properties >
13
13
<changelist >999999-SNAPSHOT</changelist >
14
- <!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
15
- <jenkins .version >2.479.1 </jenkins .version >
16
- <bom .artifactId>2.479.x</ bom .artifactId >
17
- <bom .version>3761.vd922730f0fd2</ bom .version >
14
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
15
+ <jenkins .baseline >2.479</jenkins .baseline >
16
+ <jenkins .version> ${jenkins.baseline} .1</ jenkins .version >
17
+ <gitHubRepo >jenkinsci/${project.artifactId}-plugin</ gitHubRepo >
18
18
19
19
<!--
20
20
Other properties you may want to use:
28
28
<groupId >io.jenkins.plugins</groupId >
29
29
<artifactId >rest-list-parameter</artifactId >
30
30
<inceptionYear >2020</inceptionYear >
31
- <!-- url>https://github.com/jenkinsci/${project.artifactId}-plugin/blob/${project.artifactId}-${revision}/README.adoc </url-- >
31
+ <url >https://github.com/jenkinsci/${project.artifactId} -plugin</url >
32
32
<version >${changelist} </version >
33
33
<packaging >hpi</packaging >
34
34
58
58
</issueManagement >
59
59
60
60
<scm >
61
- <connection >scm:git:git ://github.com/jenkinsci/ ${project.artifactId} -plugin .git</connection >
62
- <
developerConnection >scm:git:
[email protected] :
jenkinsci/ ${project.artifactId} -plugin .git</
developerConnection >
63
- <url >https://github.com/jenkinsci/ ${project.artifactId} -plugin </url >
64
- <tag >HEAD </tag >
61
+ <connection >scm:git:https ://github.com/${gitHubRepo} .git</connection >
62
+ <
developerConnection >scm:git:
[email protected] :
${gitHubRepo} .git</
developerConnection >
63
+ <url >https://github.com/${gitHubRepo} </url >
64
+ <tag >${scmTag} </tag >
65
65
</scm >
66
66
67
67
<dependencyManagement >
68
68
<dependencies >
69
69
<dependency >
70
70
<groupId >io.jenkins.tools.bom</groupId >
71
- <artifactId >bom-${bom.artifactId} </artifactId >
72
- <version >${bom.version} </version >
71
+ <artifactId >bom-${jenkins.baseline}.x </artifactId >
72
+ <version >3944.v1a_e4f8b_452db_ </version >
73
73
<scope >import</scope >
74
74
<type >pom</type >
75
75
</dependency >
111
111
<version >4.11.0-181.v1de5b_83857df</version >
112
112
</dependency >
113
113
<dependency >
114
- <groupId >com.jayway.jsonpath</groupId >
115
- <artifactId >json-path</artifactId >
116
- <version >2.9.0</version >
114
+ <groupId >io.jenkins.plugins</groupId >
115
+ <artifactId >json-path-api</artifactId >
117
116
</dependency >
118
117
<dependency >
119
118
<groupId >io.jenkins.plugins</groupId >
164
163
<url >https://repo.jenkins-ci.org/public/</url >
165
164
</pluginRepository >
166
165
</pluginRepositories >
167
- </project >
166
+ </project >
0 commit comments