From 7f8660aba07744873691e4b293f356f6d339fb0e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Sat, 22 Apr 2023 02:58:09 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index abee169..e8a0f68 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,7 +13,7 @@ distribution = "2201.3.0" groupId = "io.ballerina.stdlib" artifactId = "task-native" version = "2.3.2" -path = "../native/build/libs/task-native-2.3.2-SNAPSHOT.jar" +path = "../native/build/libs/task-native-2.3.2.jar" [[platform.java11.dependency]] path = "./lib/quartz-2.3.2.jar"