File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
3030and
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```
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments