From e9d55b303c9fad6040bef0097a723b0bd1439bce Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 23 Oct 2023 05:29:34 +0000 Subject: [PATCH] [Gradle Release Plugin] - pre tag commit: 'v2.4.1'. --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 5ffa8b1e8..6bb373f0c 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,7 +13,7 @@ distribution = "2201.2.0" groupId = "io.ballerina.stdlib" artifactId = "websocket-native" version = "2.4.1" -path = "../native/build/libs/websocket-native-2.4.1-SNAPSHOT.jar" +path = "../native/build/libs/websocket-native-2.4.1.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" @@ -58,5 +58,5 @@ path = "./lib/netty-codec-4.1.100.Final.jar" path = "./lib/netty-handler-proxy-4.1.100.Final.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/websocket-test-utils-2.4.1-SNAPSHOT.jar" +path = "../test-utils/build/libs/websocket-test-utils-2.4.1.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 39fbfbc63..9310307bd 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.4.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.4.1.jar" diff --git a/gradle.properties b/gradle.properties index 71af68ac7..9546628d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.4.1-SNAPSHOT +version=2.4.1 ballerinaLangVersion=2201.2.0 ballerinaTomlParserVersion=1.2.2 nettyVersion=4.1.100.Final