From c1a09fa59d01ce58773e990416558a094e603c81 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 17 Jun 2024 04:14:05 +0000 Subject: [PATCH] [Gradle Release Plugin] - pre tag commit: 'v2.10.2'. --- 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 26e1b92a3..6722e5db4 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.2" -path = "../native/build/libs/websocket-native-2.10.2-SNAPSHOT.jar" +path = "../native/build/libs/websocket-native-2.10.2.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" @@ -85,5 +85,5 @@ version = "4.1.108.Final" path = "./lib/netty-handler-proxy-4.1.108.Final.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/websocket-test-utils-2.10.2-SNAPSHOT.jar" +path = "../test-utils/build/libs/websocket-test-utils-2.10.2.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 5e1aad37f..61182e072 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.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.10.2.jar" diff --git a/gradle.properties b/gradle.properties index b494c9b62..1ee559a25 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.10.2-SNAPSHOT +version=2.10.2 ballerinaLangVersion=2201.8.0 ballerinaTomlParserVersion=1.2.2 nettyVersion=4.1.108.Final