File tree 3 files changed +20
-3
lines changed
3 files changed +20
-3
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-7</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 8
8
</parent >
9
9
10
10
<artifactId >ant</artifactId >
11
- <version >1.9-SNAPSHOT </version >
11
+ <version >${revision}${changelist} </version >
12
12
<packaging >hpi</packaging >
13
13
<name >Ant Plugin</name >
14
14
<description >Adds Apache Ant support to Jenkins</description >
24
24
<scm >
25
25
<connection >scm:git:git://github.com/jenkinsci/${project.artifactId} -plugin.git</connection >
26
26
<developerConnection >scm:git:git@github.com:jenkinsci/${project.artifactId} -plugin.git</developerConnection >
27
- <tag >HEAD </tag >
27
+ <tag >${scmTag} </tag >
28
28
</scm >
29
29
30
30
<properties >
31
+ <revision >1.9</revision >
32
+ <changelist >-SNAPSHOT</changelist >
31
33
<jenkins .version>2.121.2</jenkins .version>
32
34
<java .level>8</java .level>
33
35
</properties >
71
73
<dependency >
72
74
<groupId >org.jenkins-ci.plugins.workflow</groupId >
73
75
<artifactId >workflow-durable-task-step</artifactId >
74
- <version >2.22</version >
76
+ <version >2.23-rc763.103ba9929364</version > <!-- TODO https://github.com/jenkinsci/workflow-durable-task-step-plugin/pull/81 -->
77
+ <scope >test</scope >
78
+ </dependency >
79
+ <dependency >
80
+ <groupId >org.jenkins-ci.plugins</groupId >
81
+ <artifactId >durable-task</artifactId >
82
+ <version >1.27-rc372.48473ef5775d</version > <!-- TODO https://github.com/jenkinsci/durable-task-plugin/pull/84 -->
75
83
<scope >test</scope >
76
84
</dependency >
77
85
<dependency >
You can’t perform that action at this time.
0 commit comments