From 97e3f3cbe9e3fb562682d8d1958e374f742cbc9c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 20 Feb 2023 17:03:54 +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 a95ddaeb..9ab589a3 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,10 +13,10 @@ distribution = "2201.4.0" groupId = "io.ballerina.stdlib" artifactId = "mssql-native" version = "1.7.0" -path = "../native/build/libs/mssql-native-1.7.0-SNAPSHOT.jar" +path = "../native/build/libs/mssql-native-1.7.0.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.7.0" -path = "./lib/sql-native-1.7.0-20230214-062200-50a090a.jar" +path = "./lib/sql-native-1.7.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 2adde4c3..b27e8214 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.7.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.7.0.jar"