Skip to content

Commit

Permalink
Merge pull request #152 from uncleGen/v1.2.0-dev
Browse files Browse the repository at this point in the history
update doc
  • Loading branch information
uncleGen authored Sep 22, 2016
2 parents af4ea36 + 5f7af52 commit 7ba7b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#### Use SDK in Eclipse project directly

- copy `emr-sdk_2.10-1.1.2.jar` to your project
- copy `emr-sdk_2.10-1.2.0.jar` to your project
- right click Eclipse project -> Properties -> Java Build Path -> Add JARs
- choose and import the sdk
- you can use the sdk in your Eclipse project
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.aliyun.emr</groupId>
<artifactId>emr-sdk_2.10</artifactId>
<version>1.1.2</version>
<version>1.2.0</version>
</dependency>
```
Expand Down

0 comments on commit 7ba7b6d

Please sign in to comment.