Skip to content

Commit 04bd303

Browse files
committed
Update README.md
1 parent 1ebc3c7 commit 04bd303

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Java Client libraries for [redis-modules](https://redis.io/modules), based on [R
1919
## Installing
2020

2121
#### Build from source
22-
Execute ./mvnw clean install -DskipTests=true -Dgpg.skip. The build process requires JDK8+.
22+
Execute `./mvnw clean install -DskipTests=true -Dgpg.skip`. The build process requires `JDK8+`.
2323

2424
#### Maven repository
2525
Include all
@@ -28,7 +28,7 @@ Include all
2828
<dependency>
2929
<groupId>io.github.dengliming.redismodule</groupId>
3030
<artifactId>all</artifactId>
31-
<version>1.0.1</version>
31+
<version>1.0.3</version>
3232
</dependency>
3333
```
3434
Include single module like:
@@ -37,7 +37,7 @@ Include single module like:
3737
<dependency>
3838
<groupId>io.github.dengliming.redismodule</groupId>
3939
<artifactId>redistimeseries</artifactId>
40-
<version>1.0.1</version>
40+
<version>1.0.3</version>
4141
</dependency>
4242
```
4343

0 commit comments

Comments
 (0)