diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index d461f781..be640dea 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.3.1" -path = "../native/build/libs/persist-native-0.3.1-SNAPSHOT.jar" +path = "../native/build/libs/persist-native-0.3.1.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 1b039a15..ce0e7909 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.3.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/persist-compiler-plugin-0.3.1.jar"