Skip to content

Commit e54af4f

Browse files
authored
Merge pull request #13 from jenkinsci/bugfix/versions-order
Fix versions order (until 3.2.x)
2 parents 70b0ca3 + e54c4f6 commit e54af4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>docker-java-api</artifactId>
12-
<version>${revision}-${changelist}</version>
12+
<version>${revision}.3-${changelist}</version>
1313
<packaging>hpi</packaging>
1414

1515
<name>Docker API Plugin</name>

0 commit comments

Comments
 (0)