Skip to content

Commit 56d6703

Browse files
authored
Update README.md
1 parent f3b8216 commit 56d6703

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
@@ -9,7 +9,7 @@ If you are authoring in Go, see [Go Cadence Client](https://github.com/uber-go/c
99

1010
## Samples
1111

12-
For samples, see [Samples for the Java Cadence client](https://github.com/mfateev/uber-java-cadence-samples).
12+
For samples, see [Samples for the Java Cadence client](https://github.com/uber/cadence-java-samples).
1313

1414
## Run Cadence Server
1515

@@ -31,12 +31,12 @@ Add *cadence-client* as a dependency to your *pom.xml*:
3131
<dependency>
3232
<groupId>com.uber.cadence</groupId>
3333
<artifactId>cadence-client</artifactId>
34-
<version>0.1.0</version>
34+
<version>1.0.5</version>
3535
</dependency>
3636

3737
or to *build.gradle*:
3838

39-
compile group: 'com.uber.cadence', name: 'cadence-client', version: '0.1.0'
39+
compile group: 'com.uber.cadence', name: 'cadence-client', version: '1.0.5'
4040

4141
# Overview
4242

0 commit comments

Comments
 (0)