From b2f21b042ce1a960d03572680c95b3dfb03eec6a Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 27 Mar 2023 06:14:56 +0000 Subject: [PATCH] [Automated] Update native jar versions in toml files --- 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 95c2a44b..20fe435c 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,4 +13,4 @@ distribution = "2201.5.0" groupId = "io.ballerina.persist" artifactId = "persist-native" version = "0.2.3" -path = "../native/build/libs/persist-native-0.2.3-SNAPSHOT.jar" +path = "../native/build/libs/persist-native-0.2.3.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 2df098ed..b8c040b1 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "persist-compiler-plugin" class = "io.ballerina.stdlib.persist.compiler.PersistCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/persist-compiler-plugin-0.2.3-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/persist-compiler-plugin-0.2.3.jar"