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 ede90d5 commit 50ad50bCopy full SHA for 50ad50b
pom.xml
@@ -8,7 +8,7 @@
8
<relativePath />
9
</parent>
10
<artifactId>docker-workflow</artifactId>
11
- <version>1.18-SNAPSHOT</version>
+ <version>${revision}${changelist}</version>
12
<name>Docker Pipeline</name>
13
<description>Build and use Docker containers from pipelines</description>
14
<packaging>hpi</packaging>
@@ -29,7 +29,7 @@
29
</scm>
30
31
<properties>
32
- <revision>1.17</revision>
+ <revision>1.18</revision>
33
<changelist>-SNAPSHOT</changelist>
34
<jenkins.version>2.60.3</jenkins.version>
35
<java.level>8</java.level>
0 commit comments