Skip to content

Commit c816674

Browse files
authored
Merge pull request #18 from RedisLabs/rename_lowercase
rename artifactId to jredisgraph lower case
2 parents 5e05bb0 + 099d93f commit c816674

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RedisGraph Java client
1010
<dependencies>
1111
<dependency>
1212
<groupId>com.redislabs</groupId>
13-
<artifactId>JRedisGraph</artifactId>
13+
<artifactId>jredisgraph</artifactId>
1414
<version>1.0.0</version>
1515
</dependency>
1616
</dependencies>
@@ -28,12 +28,13 @@ RedisGraph Java client
2828
```
2929

3030
and
31+
3132
```xml
3233
<dependencies>
3334
<dependency>
3435
<groupId>com.redislabs</groupId>
35-
<artifactId>JRedisGraph</artifactId>
36-
<version>1.0.0-SNAPSHOT</version>
36+
<artifactId>jredisgraph</artifactId>
37+
<version>1.0.1-SNAPSHOT</version>
3738
</dependency>
3839
</dependencies>
3940
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.redislabs</groupId>
8-
<artifactId>JRedisGraph</artifactId>
8+
<artifactId>jredisgraph</artifactId>
99
<version>1.0.1-SNAPSHOT</version>
1010

1111
<name>JRedisGraph</name>

0 commit comments

Comments
 (0)