fix package in archive proto SNAPSHOT (#15550)

This commit is contained in:
Remy 2022-11-11 15:15:50 +01:00 committed by GitHub
parent fb1c7e7c66
commit 72c69fd55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@ set -e
declare -a checkSums=(
"500eefd480e9af6940adf12e7ec4c2cf4975d4cb9b25096c15edb0d57d364de8 daml-lf/archive/src/stable/protobuf/com/daml/daml_lf_1_14/daml_lf_1.proto"
"455dfb894ce9648a86dadb408d1ee96c36d180e0f1d625706371ea9eca95c767 daml-lf/archive/src/stable/protobuf/com/daml/daml_lf_1_14/daml_lf.proto"
"22e549209116e91d8073a255e6d868be60515824c321015cc424f0b83634f199 daml-lf/archive/src/stable/protobuf/com/daml/daml_lf_1_14/daml_lf.proto"
"b7e6ebf85f99d506c1b9b08ccf9543ac24c3d39ce8ba4583b0d8c1b97e979032 daml-lf/archive/src/stable/protobuf/com/daml/daml_lf_1_15/daml_lf_1.proto"
"b3e76a32a2eed84b87f4d4a9f09e5067f4df812dba1f12281ef3825c5e936053 daml-lf/archive/src/stable/protobuf/com/daml/daml_lf_1_15/daml_lf.proto"
"5e6e33e885e80384fcfde6ac5072b7d6a2e2582430a6a449f96cb06d48a0edbf daml-lf/archive/src/stable/protobuf/com/daml/daml_lf_1_15/daml_lf.proto"
)
for checkSum in "${checkSums[@]}"; do

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
syntax = "proto3";
package daml_lf_1_13;
package daml_lf_1_14;
option java_package = "com.daml.daml_lf_1_14";
option csharp_namespace = "Com.Daml.Daml_Lf_1_14.DamlLf";

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
syntax = "proto3";
package daml_lf_dev;
package daml_lf_1_15;
option java_package = "com.daml.daml_lf_1_15";
option csharp_namespace = "Com.Daml.Daml_Lf_1_15.DamlLf";