diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 1024195b6..fde1f471c 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,7 +16,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "websocket-native" version = "2.10.3" -path = "../native/build/libs/websocket-native-2.10.3-SNAPSHOT.jar" +path = "../native/build/libs/websocket-native-2.10.3.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" @@ -85,5 +85,5 @@ version = "4.1.115.Final" path = "./lib/netty-handler-proxy-4.1.115.Final.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/websocket-test-utils-2.10.3-SNAPSHOT.jar" +path = "../test-utils/build/libs/websocket-test-utils-2.10.3.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 5f37c12f9..642a9ceb2 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "websocket-compiler-plugin" class = "io.ballerina.stdlib.websocket.plugin.WebSocketCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.10.3-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.10.3.jar" diff --git a/gradle.properties b/gradle.properties index d77acdf58..65ff803e4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.10.3-SNAPSHOT +version=2.10.3 ballerinaLangVersion=2201.8.0 ballerinaTomlParserVersion=1.2.2 nettyVersion=4.1.115.Final