File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
client/src/main/java/au/org/consumerdatastandards/client Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ or, if you want to point to your own keystore:
2929
3030 docker run -p 8686:8686 -it -v /your/local/path/to/java-artefacts/client-cli/keystore:/keystore consumerdatastandardsaustralia/client-cli:x.x.x
3131
32- Where ` x.x.x ` is the version, say, ` 1.10 .0 `
32+ Where ` x.x.x ` is the version, say, ` 1.11 .0 `
3333
3434Run locally-built image:
3535
36- docker run -p 8383:8383 consumerdatastandardsaustralia/data-holder:1.10 .1-SNAPSHOT
36+ docker run -p 8383:8383 consumerdatastandardsaustralia/data-holder:1.11 .1-SNAPSHOT
3737
3838### Command Reference
3939
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public ApiClient(boolean validating) {
6666 json = new JSON (validating );
6767
6868 // Set default User-Agent.
69- setUserAgent ("CDS Client/1.10 .0/java" );
69+ setUserAgent ("CDS Client/1.11 .0/java" );
7070
7171 addDefaultHeader ("Accept" , "application/json" );
7272 addDefaultHeader ("Content-Type" , "application/json" );
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ or, if you want to point to your own keystore:
1818
1919 docker run -p 8383:8383 -v /your/local/path/to/java-artefacts/data-holder/keystore:/keystore consumerdatastandardsaustralia/data-holder:x.x.x
2020
21- Where ` x.x.x ` is the version, say, ` 1.10 .0 `
21+ Where ` x.x.x ` is the version, say, ` 1.11 .0 `
2222
2323Run locally-built image:
2424
25- docker run -p 8383:8383 consumerdatastandardsaustralia/data-holder:1.10 .1-SNAPSHOT
25+ docker run -p 8383:8383 consumerdatastandardsaustralia/data-holder:1.11 .1-SNAPSHOT
You can’t perform that action at this time.
0 commit comments