Skip to content

Commit ff4055c

Browse files
committed
Update README.md
1 parent 24802bc commit ff4055c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,23 @@ Run build without integration tests:
6767
<version>2.2.0</version>
6868
</dependency>
6969

70-
### Latest SNAPSHOT version
71-
You can find the latest SNAPSHOT version including javadoc and source files on [Sonatypes OSS repository](https://oss.sonatype.org/content/groups/public/com/github/docker-java/docker-java/).
70+
### Latest release candidate
71+
72+
<dependency>
73+
<groupId>com.github.docker-java</groupId>
74+
<artifactId>docker-java</artifactId>
75+
<version>3.0.0-RC1</version>
76+
</dependency>
77+
78+
### Latest development version
79+
You can find the latest development version including javadoc and source files on [Sonatypes OSS repository](https://oss.sonatype.org/content/groups/public/com/github/docker-java/docker-java/).
7280

7381
<dependency>
7482
<groupId>com.github.docker-java</groupId>
7583
<artifactId>docker-java</artifactId>
7684
<version>3.0.0-SNAPSHOT</version>
7785
</dependency>
86+
7887

7988
## Documentation
8089

0 commit comments

Comments
 (0)