Skip to content

Commit feae04f

Browse files
committed
[JEP-305] Incrementalify
1 parent 6efaf40 commit feae04f

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.mvn/extensions.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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>

.mvn/maven.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-Pconsume-incrementals
2+
-Pmight-produce-incrementals

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)