Skip to content

Commit 3955494

Browse files
committed
Updating docs for 1.16-SNAPSHOT
1 parent 8d21843 commit 3955494

16 files changed

Lines changed: 16 additions & 16 deletions

znaisrc/_artifacts/doc-artifacts/list-match/response.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"lastName" : "LN1",
77
"_links" : {
88
"self" : {
9-
"href" : "http://localhost:59642/customers/1"
9+
"href" : "http://localhost:54584/customers/1"
1010
},
1111
"customer" : {
12-
"href" : "http://localhost:59642/customers/1"
12+
"href" : "http://localhost:54584/customers/1"
1313
}
1414
}
1515
}, {
@@ -18,10 +18,10 @@
1818
"lastName" : "LN2",
1919
"_links" : {
2020
"self" : {
21-
"href" : "http://localhost:59642/customers/2"
21+
"href" : "http://localhost:54584/customers/2"
2222
},
2323
"customer" : {
24-
"href" : "http://localhost:59642/customers/2"
24+
"href" : "http://localhost:54584/customers/2"
2525
}
2626
}
2727
}, {
@@ -30,17 +30,17 @@
3030
"lastName" : "LN3",
3131
"_links" : {
3232
"self" : {
33-
"href" : "http://localhost:59642/customers/3"
33+
"href" : "http://localhost:54584/customers/3"
3434
},
3535
"customer" : {
36-
"href" : "http://localhost:59642/customers/3"
36+
"href" : "http://localhost:54584/customers/3"
3737
}
3838
}
3939
} ]
4040
},
4141
"_links" : {
4242
"self" : {
43-
"href" : "http://localhost:59642/customers/search/findAllByOrderByLastName"
43+
"href" : "http://localhost:54584/customers/search/findAllByOrderByLastName"
4444
}
4545
}
4646
}
1.27 KB
Loading
1.47 KB
Loading
3.96 KB
Loading
4.48 KB
Loading
-2 Bytes
Loading
0 Bytes
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
http://192.168.1.5:59620/params?a=1&b=text
1+
http://192.168.1.5:54379/params?a=1&b=text
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Installation Of Groovy Runner
22

3-
Download and unzip [webtau](https://repo.maven.apache.org/maven2/com/twosigma/webtau/webtau-dist/1.15/webtau-dist-1.15-webtau.zip).
3+
Download and unzip [webtau](https://repo.maven.apache.org/maven2/com/twosigma/webtau/webtau-dist/1.16-SNAPSHOT/webtau-dist-1.16-SNAPSHOT-webtau.zip).
44
Add it to your `PATH`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<dependency>
22
<groupId>com.twosigma.webtau</groupId>
33
<artifactId>webtau-groovy</artifactId>
4-
<version>1.15</version>
4+
<version>1.16-SNAPSHOT</version>
55
</dependency>

0 commit comments

Comments
 (0)