File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
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 3
3
<parent >
4
4
<groupId >org.jenkins-ci.plugins</groupId >
5
5
<artifactId >plugin</artifactId >
6
- <version >2.7 </version ><!-- which version of Jenkins is this plugin built against? -->
6
+ <version >3.10 </version ><!-- which version of Jenkins is this plugin built against? -->
7
7
</parent >
8
8
9
- <!-- <properties>-->
10
- <!-- <jenkins.version>2.7.4</jenkins.version>-->
11
- <!-- </properties>-->
9
+ <properties >
10
+ <revision >1.7.1</revision >
11
+ <changelist >-SNAPSHOT</changelist >
12
+ <java .level>8</java .level>
13
+ <!-- <jenkins.version>2.7.4</jenkins.version>-->
14
+ </properties >
12
15
13
16
<artifactId >stash-pullrequest-builder</artifactId >
14
17
<name >Stash Pullrequest Builder Plugin</name >
15
- <version >1.7.1-SNAPSHOT </version >
18
+ <version >${revision}${changelist} </version >
16
19
<description >This Jenkins plugin builds pull requests from Stash and will report the test results.</description >
17
20
<packaging >hpi</packaging >
18
21
<url >https://wiki.jenkins-ci.org/display/JENKINS/Stash+pullrequest+builder+plugin</url >
21
24
<connection >scm:git:ssh://github.com/jenkinsci/stash-pullrequest-builder-plugin.git</connection >
22
25
<developerConnection >scm:git:ssh://git@github.com/jenkinsci/stash-pullrequest-builder-plugin.git</developerConnection >
23
26
<url >https://github.com/jenkinsci/stash-pullrequest-builder-plugin</url >
24
- <tag >HEAD </tag >
27
+ <tag >${scmTag} </tag >
25
28
</scm >
26
29
27
30
<developers >
You can’t perform that action at this time.
0 commit comments