From 397b9356f9c6da8cc8aeb9684bcec8b0a6e025d4 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 26 Oct 2022 02:53:14 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 362cd026..e8aee637 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -4,7 +4,7 @@ name = "azure_functions" version = "3.0.0" [[platform.java11.dependency]] -path = "../native/build/libs/azure_functions-native-3.0.0-SNAPSHOT.jar" +path = "../native/build/libs/azure_functions-native-3.0.0.jar" #[[platform.java11.dependency]] #path = "./lib/http-native-@stdlib.httpnative.version@.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index fcbcadaf..37927f10 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "azure-functions" class = "org.ballerinax.azurefunctions.AzureCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/azure_functions-compiler-plugin-3.0.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/azure_functions-compiler-plugin-3.0.0.jar"