From d6c3539de776ba3c9be1a3a6fd21cc9b9d65a031 Mon Sep 17 00:00:00 2001 From: Ivar Abrahamsen Date: Wed, 17 Jan 2018 12:46:05 +0000 Subject: [PATCH] Readme 5.x maven details Refer to 5.x maven group and artifacts in readme, similar to Download page in Wiki. Ie. io.lettuce:lettuce-core --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6ff031874d..231c87e1ff 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ Example for Maven: ```xml - biz.paluch.redis - lettuce + io.lettuce + lettuce-core x.y.z ``` @@ -61,9 +61,9 @@ Using Snapshots: ```xml - biz.paluch.redis - lettuce - x.y.z + io.lettuce + lettuce-core + x.y.z.BUILD-SNAPSHOT