File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change
1
+ <extensions xmlns =" http://maven.apache.org/EXTENSIONS/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd" >
2
+ <extension >
3
+ <groupId >io.jenkins.tools.incrementals</groupId >
4
+ <artifactId >git-changelist-maven-extension</artifactId >
5
+ <version >1.8</version >
6
+ </extension >
7
+ </extensions >
Original file line number Diff line number Diff line change
1
+ -Pconsume-incrementals
2
+ -Pmight-produce-incrementals
Original file line number Diff line number Diff line change 9
9
10
10
<artifactId >port-allocator</artifactId >
11
11
<packaging >hpi</packaging >
12
- <version >1.13-SNAPSHOT </version >
12
+ <version >${revision}${changelist} </version >
13
13
<name >Jenkins Port Allocator Plug-in</name >
14
14
<url >https://github.com/jenkinsci/port-allocator-plugin</url >
15
15
16
16
<properties >
17
+ <revision >1.13</revision >
18
+ <changelist >-SNAPSHOT</changelist >
19
+ <gitHubRepo >jenkinsci/port-allocator-plugin</gitHubRepo >
17
20
<jenkins .baseline>2.479</jenkins .baseline>
18
21
<jenkins .version>${jenkins.baseline} .1</jenkins .version>
19
22
</properties >
20
23
21
24
<scm >
22
- <connection >scm:git:https://github.com/jenkinsci/port-allocator-plugin .git</connection >
23
- <developerConnection >scm:git:git@github.com:jenkinsci/port-allocator-plugin .git</developerConnection >
24
- <url >https://github.com/jenkinsci/port-allocator-plugin </url >
25
- <tag >HEAD </tag >
25
+ <connection >scm:git:https://github.com/${gitHubRepo} .git</connection >
26
+ <developerConnection >scm:git:git@github.com:${gitHubRepo} .git</developerConnection >
27
+ <url >https://github.com/${gitHubRepo} </url >
28
+ <tag >${scmTag} </tag >
26
29
</scm >
27
30
28
31
<repositories >
You can’t perform that action at this time.
0 commit comments