From d6fa3a1724840be0f2840a1a8016071d4edab3e9 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 29 Aug 2024 07:34:21 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index e035aec4..024619d3 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,7 +16,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "mysql-native" version = "1.13.1" -path = "../native/build/libs/mysql-native-1.13.1-SNAPSHOT.jar" +path = "../native/build/libs/mysql-native-1.13.1.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 9a73595a..7bd92e96 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "mysql-compiler-plugin" class = "io.ballerina.stdlib.mysql.compiler.MySQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/mysql-compiler-plugin-1.13.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/mysql-compiler-plugin-1.13.1.jar"