Skip to content

Commit

Permalink
Merge branch 'master' into withDockerRegistry-syntax-JENKINS-51395
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed May 17, 2018
2 parents ebdfe94 + c5a7394 commit a03096b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .mvn/extensions.xml
@@ -0,0 +1,7 @@
<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">
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.0-beta-3</version>
</extension>
</extensions>
2 changes: 2 additions & 0 deletions .mvn/maven.config
@@ -0,0 +1,2 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
8 changes: 5 additions & 3 deletions pom.xml
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.9</version>
<version>3.12</version>
<relativePath />
</parent>
<artifactId>docker-workflow</artifactId>
<version>1.17-SNAPSHOT</version>
<version>${revision}${changelist}</version>
<name>Docker Pipeline</name>
<description>Build and use Docker containers from pipelines</description>
<packaging>hpi</packaging>
Expand All @@ -25,10 +25,12 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>1.17</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.60.3</jenkins.version>
<java.level>8</java.level>
<workflow-step-api-plugin.version>2.9</workflow-step-api-plugin.version>
Expand Down

0 comments on commit a03096b

Please sign in to comment.