File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
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.0-beta-3</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 28
28
<parent >
29
29
<groupId >org.jenkins-ci.plugins</groupId >
30
30
<artifactId >plugin</artifactId >
31
- <version >3.2 </version >
31
+ <version >3.14 </version >
32
32
<relativePath />
33
33
</parent >
34
34
<groupId >org.jenkins-ci.plugins.workflow</groupId >
35
35
<artifactId >workflow-durable-task-step</artifactId >
36
- <version >2.20-SNAPSHOT </version >
36
+ <version >${revision}${changelist} </version >
37
37
<packaging >hpi</packaging >
38
38
<name >Pipeline: Nodes and Processes</name >
39
39
<url >https://wiki.jenkins.io/display/JENKINS/Pipeline+Nodes+and+Processes+Plugin</url >
47
47
<connection >scm:git:git://github.com/jenkinsci/${project.artifactId} -plugin.git</connection >
48
48
<
developerConnection >scm:git:
[email protected] :jenkinsci/
${project.artifactId} -plugin.git</
developerConnection >
49
49
<url >https://github.com/jenkinsci/${project.artifactId} -plugin</url >
50
- <tag >HEAD </tag >
51
- </scm >
50
+ <tag >${scmTag} </tag >
51
+ </scm >
52
52
<repositories >
53
53
<repository >
54
54
<id >repo.jenkins-ci.org</id >
62
62
</pluginRepository >
63
63
</pluginRepositories >
64
64
<properties >
65
+ <revision >2.20</revision >
66
+ <changelist >-SNAPSHOT</changelist >
65
67
<jenkins .version>2.60.3</jenkins .version>
66
68
<java .level>8</java .level>
67
69
<workflow-step-api-plugin .version>2.13</workflow-step-api-plugin .version>
You can’t perform that action at this time.
0 commit comments