From 40e8c139a63491ef8c1876eb409a341504583164 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 15 Dec 2021 17:35:51 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 53f87237f..f19cebd26 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -10,10 +10,10 @@ license = ["Apache-2.0"] export = ["grpc", "grpc.types.duration", "grpc.types.struct", "grpc.types.timestamp", "grpc.types.wrappers", "grpc.types.any"] [[platform.java11.dependency]] -path = "../native/build/libs/grpc-native-1.1.1-SNAPSHOT.jar" +path = "../native/build/libs/grpc-native-1.1.1.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/grpc-test-utils-1.1.1-SNAPSHOT.jar" +path = "../test-utils/build/libs/grpc-test-utils-1.1.1.jar" scope = "testOnly" [[platform.java11.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index aa17769e8..c46887215 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "grpc-compiler-plugin" class = "io.ballerina.stdlib.grpc.plugin.GrpcCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.1.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.1.1.jar"