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 51128db commit f194e95Copy full SHA for f194e95
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>io.fabric8</groupId>
8
<artifactId>docker-maven-plugin</artifactId>
9
- <version>0.33-SNAPSHOT</version>
+ <version>0.34.0</version>
10
<packaging>maven-plugin</packaging>
11
12
<name>docker-maven-plugin</name>
@@ -434,7 +434,7 @@
434
<scm>
435
<connection>scm:git:git://github.com/fabric8io/docker-maven-plugin.git</connection>
436
<developerConnection>scm:git:ssh://[email protected]/fabric8io/docker-maven-plugin.git</developerConnection>
437
- <tag>HEAD</tag>
+ <tag>v0.34.0</tag>
438
<url>git://github.com/fabric8io/docker-maven-plugin.git</url>
439
</scm>
440
0 commit comments