Skip to content

Commit 0182389

Browse files
Doc: update maven address at README
1 parent 7c7358c commit 0182389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ valkey-java is [Valkey](https://github.com/valkey-io/valkey)'s Java client, deri
33

44

55
# Getting started
6-
Add the following dependencies to your `pom.xml` file:
6+
Add the following dependencies to your `pom.xml` file, you can find the latest version of valkey-java at [Maven Central](https://central.sonatype.com/artifact/io.valkey/valkey-java).
77
```
88
<dependency>
99
<groupId>io.valkey</groupId>
1010
<artifactId>valkey-java</artifactId>
11-
<version>5.3.0(coming soon)</version>
11+
<version>5.3.0</version>
1212
</dependency>
1313
```
1414

0 commit comments

Comments
 (0)