diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index f345e63e..f7723081 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,4 +13,4 @@ distribution = "2201.3.0" groupId = "io.ballerina.stdlib" artifactId = "websubhub-native" version = "1.5.1" -path = "../native/build/libs/websubhub-native-1.5.1-SNAPSHOT.jar" +path = "../native/build/libs/websubhub-native-1.5.1.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 5d9f74e7..f9c3a2ed 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.5.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.5.1.jar"