From c028e36e710a98bb4125d5f561eaeea9fd67ad24 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 6 Oct 2022 07:48:37 +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 e517db2..d4352a5 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -5,7 +5,7 @@ version = "0.1.1" distribution = "2201.2.0" [[platform.java11.dependency]] -path = "../native/build/libs/serdes-native-0.1.1-SNAPSHOT.jar" +path = "../native/build/libs/serdes-native-0.1.1.jar" groupId = "io.ballerina.stdlib" artifactId = "serdes-native" version = "0.1.1"