diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index af8dbc30..298f6918 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -10,4 +10,4 @@ license = ["Apache-2.0"] distribution = "2201.1.0" [[platform.java11.dependency]] -path = "../native/build/libs/websubhub-native-1.3.0-SNAPSHOT.jar" +path = "../native/build/libs/websubhub-native-1.3.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 6c0e5a57..75bbf0f1 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "websubhub-compiler-plugin" class = "io.ballerina.stdlib.websubhub.WebSubHubCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.3.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.3.0.jar"