From e150fbaa4758f8fc8083bac218f70d9f541376c5 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 30 May 2022 16:47:33 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- 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 a72beefc..9ab3c03c 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -10,10 +10,10 @@ license = ["Apache-2.0"] distribution = "2201.1.0" [[platform.java11.dependency]] -path = "../native/build/libs/mssql-native-1.4.0-SNAPSHOT.jar" +path = "../native/build/libs/mssql-native-1.4.0.jar" [[platform.java11.dependency]] -path = "./lib/sql-native-1.4.0-20220527-170800-a2a0fb1.jar" +path = "./lib/sql-native-1.4.0.jar" [[platform.java11.dependency]] path = "./lib/mssql-jdbc-9.2.0.jre11.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index cdb903c6..5fddd4a2 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "mssql-compiler-plugin" class = "io.ballerina.stdlib.mssql.compiler.MSSQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.4.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.4.0.jar"