Skip to content

Commit fc00c8b

Browse files
author
Marcus Linke
committed
Fix README
1 parent dbe39e6 commit fc00c8b

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
@@ -45,11 +45,12 @@ Run build with tests:
4545
## Docker-Java maven dependency:
4646

4747
<dependency>
48-
<groupId>com.kpelykh</groupId>
48+
<groupId>com.github.docker-java</groupId>
4949
<artifactId>docker-java</artifactId>
50-
<version>0.8.1</version>
50+
<version>0.8.2</version>
5151
</dependency>
5252

53+
Latest SNAPSHOT is available from maven repo: https://oss.sonatype.org/content/groups/public
5354

5455
## Example code snippets:
5556

0 commit comments

Comments
 (0)