Skip to content

Commit 087a9f8

Browse files
authored
Merge pull request #1897 from xetorthio/gkorland-patch-1
Update README.md
2 parents 10b391e + ca8ad49 commit 087a9f8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ Or use it as a maven dependency:
5858
</dependency>
5959
```
6060

61+
### Milstones
62+
63+
```xml
64+
<dependency>
65+
<groupId>redis.clients</groupId>
66+
<artifactId>jedis</artifactId>
67+
<version>3.0.0-m1</version>
68+
<type>jar</type>
69+
<scope>compile</scope>
70+
</dependency>
71+
```
72+
6173
### Snapshots
6274

6375
```xml

0 commit comments

Comments
 (0)