diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 273a6d81e..e48a19173 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,19 +13,19 @@ distribution = "2201.5.0" groupId = "io.ballerina.stdlib" artifactId = "websocket-native" version = "2.7.0" -path = "../native/build/libs/websocket-native-2.7.0-SNAPSHOT.jar" +path = "../native/build/libs/websocket-native-2.7.0.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "http-native" version = "2.7.0" -path = "./lib/http-native-2.7.0-20230404-164000-63f9bb4.jar" +path = "./lib/http-native-2.7.0.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "mime-native" version = "2.7.0" -path = "./lib/mime-native-2.7.0-20230404-141500-dadad37.jar" +path = "./lib/mime-native-2.7.0.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" @@ -82,5 +82,5 @@ version = "4.1.86.Final" path = "./lib/netty-handler-proxy-4.1.86.Final.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/websocket-test-utils-2.7.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/websocket-test-utils-2.7.0.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 919e4fde4..4bd1375ef 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.7.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.7.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index c98599df8..4430db630 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.5.0-20230404-105200-b8aec90e" +distribution-version = "2201.5.0" [[package]] org = "ballerina" diff --git a/gradle.properties b/gradle.properties index afc2e9ee6..6abd04cf9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.7.0-SNAPSHOT +version=2.7.0 ballerinaLangVersion=2201.5.0 ballerinaTomlParserVersion=1.2.2 nettyVersion=4.1.86.Final