From f219e428cc6d688d1b5b888be823b83ff873a1d7 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 24 Jul 2023 09:50:01 +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 fc7dc46..fa26201 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -11,7 +11,7 @@ distribution = "2201.6.0" groupId = "io.ballerina.stdlib" artifactId = "mqtt-native" version = "0.1.0" -path = "../native/build/libs/mqtt-native-0.1.0-SNAPSHOT.jar" +path = "../native/build/libs/mqtt-native-0.1.0.jar" [[platform.java11.dependency]] groupId = "org.eclipse.paho"