From 242339547bf05ef68716a94b8d485f94e3a2e90a Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Wed, 7 Aug 2024 20:48:11 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 10 +++++----- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index f72ecb12..f27a8fd6 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,13 +1,13 @@ [package] org = "ballerina" name = "udp" -version = "1.10.0" +version = "1.11.0" authors = ["Ballerina"] keywords = ["UDP", "datagram", "transport"] repository = "https://github.com/ballerina-platform/module-ballerina-udp" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.9.0" +distribution = "2201.10.0" [platform.java17] graalvmCompatible = true @@ -15,11 +15,11 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "udp-native" -version = "1.10.0" -path = "../native/build/libs/udp-native-1.10.0.jar" +version = "1.11.0" +path = "../native/build/libs/udp-native-1.11.0-SNAPSHOT.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/udp-test-utils-1.10.0.jar" +path = "../test-utils/build/libs/udp-test-utils-1.11.0-SNAPSHOT.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index d86243d2..a3644dc0 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "udp-plugin" class = "io.ballerina.stdlib.udp.compiler.UdpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.10.0.jar" +path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.11.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 345c6403..06d30fe2 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.10.0-20240806-083400-aabac46a" [[package]] org = "ballerina" @@ -75,7 +75,7 @@ dependencies = [ [[package]] org = "ballerina" name = "log" -version = "2.9.0" +version = "2.10.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -90,7 +90,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.3" +version = "1.3.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} @@ -113,7 +113,7 @@ modules = [ [[package]] org = "ballerina" name = "udp" -version = "1.10.0" +version = "1.11.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"},