Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit f7896a4

Browse files
committed
Update README to latest release
1 parent f4ab2e8 commit f7896a4

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
@@ -46,7 +46,7 @@ Run build with tests:
4646
<dependency>
4747
<groupId>com.github.docker-java</groupId>
4848
<artifactId>docker-java</artifactId>
49-
<version>0.9.0</version>
49+
<version>0.9.1</version>
5050
</dependency>
5151

5252
Latest SNAPSHOT is available from maven repo: https://oss.sonatype.org/content/groups/public
@@ -60,7 +60,7 @@ For code examples, please look at the [Wiki](https://github.com/docker-java/dock
6060
There are a couple of configuration items, all of which have sensible defaults:
6161

6262
* `url` The Docker URL, e.g. `http://localhost:2375`.
63-
* `version` The API version, e.g. `1.12`.
63+
* `version` The API version, e.g. `1.13`.
6464
* `username` Your repository username (required to push containers).
6565
* `password` Your repository password.
6666
* `email` Your repository email.
@@ -87,4 +87,4 @@ In `$HOME/.docker.io.properties`, e.g.:
8787
In the class path at `/docker.io.properties`, e.g.:
8888

8989
docker.io.url=http://localhost:2375
90-
docker.io.version=1.12
90+
docker.io.version=1.13

0 commit comments

Comments
 (0)