We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6c9bc commit 16b4461Copy full SHA for 16b4461
pom.xml
@@ -8,7 +8,7 @@
8
<relativePath />
9
</parent>
10
<artifactId>docker-workflow</artifactId>
11
- <version>1.14</version>
+ <version>1.15-SNAPSHOT</version>
12
<name>Docker Pipeline</name>
13
<description>Build and use Docker containers from pipelines</description>
14
<packaging>hpi</packaging>
@@ -25,7 +25,7 @@
25
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
26
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
27
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
28
- <tag>docker-workflow-1.14</tag>
+ <tag>HEAD</tag>
29
</scm>
30
31
<properties>
0 commit comments