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 7d50d08 commit 963a98aCopy full SHA for 963a98a
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.spotify</groupId>
6
<artifactId>docker-maven-plugin</artifactId>
7
- <version>0.4.13-SNAPSHOT</version>
+ <version>0.4.13</version>
8
<packaging>maven-plugin</packaging>
9
<name>docker-maven-plugin</name>
10
<description>A maven plugin for docker</description>
@@ -34,7 +34,7 @@
34
<connection>scm:git:https://github.com/spotify/docker-maven-plugin</connection>
35
<developerConnection>scm:git:git@github.com:spotify/docker-maven-plugin</developerConnection>
36
<url>https://github.com/spotify/docker-maven-plugin</url>
37
- <tag>HEAD</tag>
+ <tag>v0.4.13</tag>
38
</scm>
39
40
<distributionManagement>
0 commit comments