From 075af246535a8cf1d899775b783a477251d14882 Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Sat, 4 May 2024 11:38:02 +0530 Subject: [PATCH] [Automated] Update the toml files for client native tests --- openapi-client-native/ballerina-tests/Ballerina.toml | 4 ++-- openapi-client-native/ballerina-tests/Dependencies.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi-client-native/ballerina-tests/Ballerina.toml b/openapi-client-native/ballerina-tests/Ballerina.toml index 51360a7df..4acf80472 100644 --- a/openapi-client-native/ballerina-tests/Ballerina.toml +++ b/openapi-client-native/ballerina-tests/Ballerina.toml @@ -7,5 +7,5 @@ distribution = "2201.8.6" [[platform.java17.dependency]] groupId = "io.ballerina.openapi" artifactId = "client-native" -version = "1.0.0-SNAPSHOT" -path = "../build/libs/openapi-client-native-1.0.0-SNAPSHOT.jar" +version = "1.0.1-SNAPSHOT" +path = "../build/libs/openapi-client-native-1.0.1-SNAPSHOT.jar" diff --git a/openapi-client-native/ballerina-tests/Dependencies.toml b/openapi-client-native/ballerina-tests/Dependencies.toml index e61161e26..f25a62a50 100644 --- a/openapi-client-native/ballerina-tests/Dependencies.toml +++ b/openapi-client-native/ballerina-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240425-195200-d5ce8c72" +distribution-version = "2201.9.0" [[package]] org = "ballerina"