From 05f96ba4b76dc832470a14d78c248ae73a94c877 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 10 Apr 2023 09:26:20 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 9871f5c4..6c34978d 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,10 +13,10 @@ distribution = "2201.5.0" groupId = "io.ballerina.stdlib" artifactId = "mssql-native" version = "1.8.0" -path = "../native/build/libs/mssql-native-1.8.0-SNAPSHOT.jar" +path = "../native/build/libs/mssql-native-1.8.0.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.8.0" -path = "./lib/sql-native-1.8.0-20230404-175900-159d8aa.jar" +path = "./lib/sql-native-1.8.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 6111266c..9bf8b425 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.8.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.8.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index fb9eb97a..ad860772 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.5.0-20230404-105200-b8aec90e" +distribution-version = "2201.5.0" [[package]] org = "ballerina"