Skip to content

Commit 7675400

Browse files
committed
Update README.md
1 parent cfc3a9a commit 7675400

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Java API client for [Docker](http://docs.docker.io/ "Docker")
66

7-
Supports a subset of the Docker Client API v1.16, Docker Server version 1.4.1
7+
Supports a subset of the Docker Client API v1.17, Docker Server version 1.5.0
88

99
<b>The current implementation is based on Jersey 2.x and therefore classpath incompatible with older Jersey 1.x dependent libraries!</b>
1010

@@ -64,7 +64,7 @@ Run build without integration tests:
6464
<dependency>
6565
<groupId>com.github.docker-java</groupId>
6666
<artifactId>docker-java</artifactId>
67-
<version>1.0.0</version>
67+
<version>1.2.0</version>
6868
</dependency>
6969

7070
### Latest SNAPSHOT version
@@ -74,7 +74,7 @@ You can find the latest SNAPSHOT version including javadoc and source files on [
7474
<dependency>
7575
<groupId>com.github.docker-java</groupId>
7676
<artifactId>docker-java</artifactId>
77-
<version>1.0.1-SNAPSHOT</version>
77+
<version>1.2.1-SNAPSHOT</version>
7878
</dependency>
7979

8080
## Documentation

0 commit comments

Comments
 (0)