diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 3dbaa1c95..2b7b437f4 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,7 +13,7 @@ distribution = "2201.4.0" groupId = "io.ballerina.stdlib" artifactId = "websocket-native" version = "2.6.1" -path = "../native/build/libs/websocket-native-2.6.1-SNAPSHOT.jar" +path = "../native/build/libs/websocket-native-2.6.1.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" @@ -82,5 +82,5 @@ version = "4.1.100.Final" path = "./lib/netty-handler-proxy-4.1.100.Final.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/websocket-test-utils-2.6.1-SNAPSHOT.jar" +path = "../test-utils/build/libs/websocket-test-utils-2.6.1.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index c359995b5..1de07ff58 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.6.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.6.1.jar" diff --git a/gradle.properties b/gradle.properties index 8052aa746..3dea40813 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.6.1-SNAPSHOT +version=2.6.1 ballerinaLangVersion=2201.4.0 ballerinaTomlParserVersion=1.2.2 nettyVersion=4.1.100.Final