From 8de70f3933b981767bd9f26e9a370d21908fec75 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Wed, 26 Feb 2025 14:21:57 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 10 +++++----- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 6e8a79b6..4939acef 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,13 +1,13 @@ [package] org = "ballerina" name = "tcp" -version = "1.12.1" +version = "1.12.2" authors = ["Ballerina"] keywords = ["network", "socket", "service", "client"] repository = "https://github.com/ballerina-platform/module-ballerina-tcp" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.11.0" +distribution = "2201.12.0-20250226-081700-17d84e0f" [platform.java21] graalvmCompatible = true @@ -15,11 +15,11 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "tcp-native" -version = "1.12.1" -path = "../native/build/libs/tcp-native-1.12.1.jar" +version = "1.12.2" +path = "../native/build/libs/tcp-native-1.12.2-SNAPSHOT.jar" [[platform.java21.dependency]] -path = "../test-utils/build/libs/tcp-test-utils-1.12.1.jar" +path = "../test-utils/build/libs/tcp-test-utils-1.12.2-SNAPSHOT.jar" scope = "testOnly" [[platform.java21.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 4071cc7f..4c7b5beb 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "tcp-plugin" class = "io.ballerina.stdlib.tcp.compiler.TcpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.12.1.jar" +path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.12.2-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index ce10c866..0168d29e 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -99,7 +99,7 @@ dependencies = [ [[package]] org = "ballerina" name = "tcp" -version = "1.12.1" +version = "1.12.2" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "io"}, From 4f0bf7e2de2caf81c2e0e2c9b14a386c754b90dd Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Wed, 26 Feb 2025 14:23:06 +0530 Subject: [PATCH 2/2] [Automated] Update the lang version to 2201.12.0-20250226-081700-17d84e0f --- build-config/resources/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 7622ec7f..504e057e 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["network", "socket", "service", "client"] repository = "https://github.com/ballerina-platform/module-ballerina-tcp" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.11.0" +distribution = "2201.12.0-20250226-081700-17d84e0f" [platform.java21] graalvmCompatible = true