Skip to content

Commit 5b510f1

Browse files
Ilya Bogdanovdmitry-timofeev
Ilya Bogdanov
authored andcommitted
Fix qa-service.yml launcher config (#1290)
1 parent e763820 commit 5b510f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exonum-java-binding/core/rust/exonum-java/qa-service.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ artifacts:
2323
artifact_filename: "exonum-java-binding-qa-service-0.9.0-rc1-artifact.jar"
2424
time:
2525
runtime: rust
26-
name: "exonum-time:0.12.0"
26+
name: "exonum-time:0.13.0-rc.2"
2727

2828
instances:
2929
qa-service:
3030
artifact: qa-service
3131
config:
3232
sources: "../../../qa-service/src/main/proto"
3333
config_message_source: "config.proto"
34-
message_name: "InitialConfiguration"
34+
message_name: "QaConfiguration"
3535
data:
3636
time_oracle_name: "time"
3737
time:

0 commit comments

Comments
 (0)