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"}, 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