Skip to content

Commit f9a8c46

Browse files
authored
Create README.md
1 parent 8f71887 commit f9a8c46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ 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.6</version>
59+
<!-- use latest version https://github.com/docker-java/docker-java/releases -->
60+
<version>3.X.Y</version>
6061
</dependency>
6162

6263
### Latest development version
@@ -67,7 +68,7 @@ You can find the latest development version including javadoc and source files o
6768
<dependency>
6869
<groupId>com.github.docker-java</groupId>
6970
<artifactId>docker-java</artifactId>
70-
<version>3.0.7-SNAPSHOT</version>
71+
<version>3.X.Y-SNAPSHOT</version>
7172
</dependency>
7273

7374

0 commit comments

Comments
 (0)