diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 8c6bad12d..45af15e40 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,25 +16,25 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "websocket-native" version = "2.10.0" -path = "../native/build/libs/websocket-native-2.10.0-SNAPSHOT.jar" +path = "../native/build/libs/websocket-native-2.10.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "http-native" version = "2.10.0" -path = "./lib/http-native-2.10.0-20230911-204400-1c092fe.jar" +path = "./lib/http-native-2.10.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "mime-native" version = "2.9.0" -path = "./lib/mime-native-2.9.0-20230911-153200-3add04c.jar" +path = "./lib/mime-native-2.9.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "constraint-native" version = "1.4.0" -path = "./lib/constraint-native-1.4.0-20230911-142700-8202202.jar" +path = "./lib/constraint-native-1.4.0.jar" [[platform.java17.dependency]] groupId = "io.netty" @@ -85,5 +85,5 @@ version = "4.1.94.Final" path = "./lib/netty-handler-proxy-4.1.94.Final.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/websocket-test-utils-2.10.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/websocket-test-utils-2.10.0.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 9249ad37c..342705f69 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.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.10.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index bec251e58..96c2e1761 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.8.0-20230908-135700-74a59dff" +distribution-version = "2201.8.0" [[package]] org = "ballerina" diff --git a/gradle.properties b/gradle.properties index 64095e22a..d4bcf2619 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.10.0-SNAPSHOT +version=2.10.0 ballerinaLangVersion=2201.8.0 ballerinaTomlParserVersion=1.2.2 nettyVersion=4.1.94.Final