Skip to content

Commit 15aa30e

Browse files
ooximarcuslinke
authored andcommitted
Fix Maven package version (docker-java#748)
Version `3.0.6` was released, current snapshot is `3.0.7-SNAPSHOT`
1 parent 3c04924 commit 15aa30e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Supports a subset of the Docker Remote API [v1.23](https://github.com/docker/doc
5656
<dependency>
5757
<groupId>com.github.docker-java</groupId>
5858
<artifactId>docker-java</artifactId>
59-
<version>3.0.3</version>
59+
<version>3.0.6</version>
6060
</dependency>
6161

6262
### Latest development version
@@ -67,7 +67,7 @@ You can find the latest development version including javadoc and source files o
6767
<dependency>
6868
<groupId>com.github.docker-java</groupId>
6969
<artifactId>docker-java</artifactId>
70-
<version>3.0.4-SNAPSHOT</version>
70+
<version>3.0.7-SNAPSHOT</version>
7171
</dependency>
7272

7373

0 commit comments

Comments
 (0)