Update README.md

This commit is contained in:
birdstorm 2018-12-11 18:20:07 +08:00 committed by GitHub
parent 3027bd76bc
commit 168e169fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ mvn clean install -Dmaven.test.skip=true
After building, add following lines into your `pom.xml` After building, add following lines into your `pom.xml`
```xml ```xml
<dependency> <dependency>
<groupId>com.pingcap.tikv</groupId> <groupId>org.tikv</groupId>
<artifactId>tikv-client-java</artifactId> <artifactId>tikv-client-java</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0-SNAPSHOT</version>
</dependency> </dependency>