Skip to content

Commit a03096b

Browse files
committed
Merge branch 'master' into withDockerRegistry-syntax-JENKINS-51395
2 parents ebdfe94 + c5a7394 commit a03096b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>3.9</version>
7+
<version>3.12</version>
88
<relativePath />
99
</parent>
1010
<artifactId>docker-workflow</artifactId>
11-
<version>1.17-SNAPSHOT</version>
11+
<version>${revision}${changelist}</version>
1212
<name>Docker Pipeline</name>
1313
<description>Build and use Docker containers from pipelines</description>
1414
<packaging>hpi</packaging>
@@ -25,10 +25,12 @@
2525
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
2626
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
2727
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
28-
<tag>HEAD</tag>
28+
<tag>${scmTag}</tag>
2929
</scm>
3030

3131
<properties>
32+
<revision>1.17</revision>
33+
<changelist>-SNAPSHOT</changelist>
3234
<jenkins.version>2.60.3</jenkins.version>
3335
<java.level>8</java.level>
3436
<workflow-step-api-plugin.version>2.9</workflow-step-api-plugin.version>

0 commit comments

Comments
 (0)