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 5905b4a commit 4b1209dCopy full SHA for 4b1209d
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.spotify</groupId>
6
<artifactId>docker-maven-plugin</artifactId>
7
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.1</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>v1.1.1</tag>
38
</scm>
39
40
<distributionManagement>
0 commit comments