From 6210483ce309bfd74e706c3ee91f8252e7a1706e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 29 Aug 2024 07:29:50 +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 7f6b5516..345fb72f 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,7 +16,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "mssql-native" version = "1.13.1" -path = "../native/build/libs/mssql-native-1.13.1-SNAPSHOT.jar" +path = "../native/build/libs/mssql-native-1.13.1.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index b59f4637..27ecbbc4 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.13.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.13.1.jar"