From 7af277fd82477859de4c4ba4af3e698982d39771 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Fri, 31 Jan 2025 16:27:02 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 8 ++++---- ballerina/Dependencies.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 5e13cb0..c147222 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,14 +1,14 @@ [package] org = "ballerina" name = "soap" -version = "2.1.0" +version = "2.2.0" authors = ["Ballerina"] export=["soap", "soap.soap11", "soap.soap12"] keywords = ["soap"] repository = "https://github.com/ballerina-platform/module-ballerina-soap" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.11.0-20241112-214900-6b80ab87" +distribution = "2201.11.0" [build-options] observabilityIncluded = true @@ -19,8 +19,8 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "soap-native" -version = "2.1.0" -path = "../native/build/libs/soap-native-2.1.0-SNAPSHOT.jar" +version = "2.2.0" +path = "../native/build/libs/soap-native-2.2.0-SNAPSHOT.jar" [[platform.java21.dependency]] groupId = "org.apache.wss4j" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 21c31f1..acdac38 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241112-214900-6b80ab87" +distribution-version = "2201.11.0-20250127-101700-a4b67fe5" [[package]] org = "ballerina"