From ed84ac57cdd1573977b872934b02b0e8d83f9830 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 16 Oct 2024 12:29:39 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 357f155..9acd016 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -20,7 +20,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "soap-native" version = "2.0.0" -path = "../native/build/libs/soap-native-2.0.0-SNAPSHOT.jar" +path = "../native/build/libs/soap-native-2.0.0.jar" [[platform.java17.dependency]] groupId = "org.apache.wss4j"