We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42af615 commit a12f29dCopy full SHA for a12f29d
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>docker-client</artifactId>
11
- <version>8.15.0</version>
+ <version>8.15.1-SNAPSHOT</version>
12
<packaging>jar</packaging>
13
<name>docker-client</name>
14
<description>A docker client</description>
@@ -26,7 +26,7 @@
26
<connection>scm:git:https://github.com/spotify/docker-client</connection>
27
<developerConnection>scm:git:git@github.com:spotify/docker-client</developerConnection>
28
<url>https://github.com/spotify/docker-client</url>
29
- <tag>v8.15.0</tag>
+ <tag>HEAD</tag>
30
</scm>
31
32
<developers>
0 commit comments