File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ If you are authoring in Go, see [Go Cadence Client](https://github.com/uber-go/c
9
9
10
10
## Samples
11
11
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 ) .
13
13
14
14
## Run Cadence Server
15
15
@@ -31,12 +31,12 @@ Add *cadence-client* as a dependency to your *pom.xml*:
31
31
<dependency>
32
32
<groupId>com.uber.cadence</groupId>
33
33
<artifactId>cadence-client</artifactId>
34
- <version>0. 1.0</version>
34
+ <version>1.0.5 </version>
35
35
</dependency>
36
36
37
37
or to * build.gradle* :
38
38
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 '
40
40
41
41
# Overview
42
42
You can’t perform that action at this time.
0 commit comments