From 4d4bebde55353466f10354996d8f4f3e0e866a14 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 12 Jun 2024 05:34:50 +0000 Subject: [PATCH] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index d6fcc58b..7e5c43bf 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.13.1" -path = "../native/build/libs/sql-native-1.13.1-SNAPSHOT.jar" +path = "../native/build/libs/sql-native-1.13.1.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/sql-test-utils-1.13.1-SNAPSHOT.jar" +path = "../test-utils/build/libs/sql-test-utils-1.13.1.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 5d1108b5..63b3183c 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "sql-compiler-plugin" class = "io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.13.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.13.1.jar"