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"