diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index ee9459df..c119cf82 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -10,4 +10,4 @@ license = ["Apache-2.0"] distribution = "2201.0.1" [[platform.java11.dependency]] -path = "../native/build/libs/websubhub-native-1.2.2-SNAPSHOT.jar" +path = "../native/build/libs/websubhub-native-1.2.2.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index af8d097e..2761b38e 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.2.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.2.2.jar"