File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -34,7 +34,7 @@ THE SOFTWARE.
3434 </parent >
3535
3636 <artifactId >ec2</artifactId >
37- <version >1.40-SNAPSHOT </version >
37+ <version >${revision}${changelist} </version >
3838 <packaging >hpi</packaging >
3939 <name >Amazon EC2 plugin</name >
4040 <url >http://wiki.jenkins-ci.org/display/JENKINS/Amazon+EC2+Plugin</url >
@@ -50,10 +50,12 @@ THE SOFTWARE.
5050 <connection >scm:git:git://github.com/jenkinsci/ec2-plugin.git</connection >
5151 <developerConnection >scm:git:git@github.com:jenkinsci/ec2-plugin.git</developerConnection >
5252 <url >https://github.com/jenkinsci/ec2-plugin</url >
53- <tag >HEAD </tag >
53+ <tag >${scmTag} </tag >
5454 </scm >
5555
5656 <properties >
57+ <revision >1.40</revision >
58+ <changelist >-SNAPSHOT</changelist >
5759 <powermock .version>1.6.3</powermock .version>
5860 <jenkins .version>1.651.3</jenkins .version>
5961 <java .level>7</java .level>
You can’t perform that action at this time.
0 commit comments