From 099d93ff2750b698be3916e753d105b4ac673f33 Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Mon, 13 Aug 2018 12:19:40 +0300 Subject: [PATCH] rename artifactId to jredisgraph lower case --- README.md | 7 ++++--- pom.xml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 481471c..05c4868 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ RedisGraph Java client com.redislabs - JRedisGraph + jredisgraph 1.0.0 @@ -28,12 +28,13 @@ RedisGraph Java client ``` and + ```xml com.redislabs - JRedisGraph - 1.0.0-SNAPSHOT + jredisgraph + 1.0.1-SNAPSHOT ``` diff --git a/pom.xml b/pom.xml index ae4de34..7764b42 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.redislabs - JRedisGraph + jredisgraph 1.0.1-SNAPSHOT JRedisGraph