diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index f01873102..fbbf80a8d 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,7 +13,7 @@ distribution = "2201.5.0" groupId = "io.ballerina.stdlib" artifactId = "http-native" version = "2.7.9" -path = "../native/build/libs/http-native-2.7.9-SNAPSHOT.jar" +path = "../native/build/libs/http-native-2.7.9.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 0cdc8dbfc..033fefd80 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "http-compiler-plugin" class = "io.ballerina.stdlib.http.compiler.HttpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/http-compiler-plugin-2.7.9-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/http-compiler-plugin-2.7.9.jar"