From 8a040ac1d40077d510b845dc0cb930c9dbe50908 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 27 Jun 2022 06:23:48 +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 a8d2ebbb..483b27e3 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -10,7 +10,7 @@ license = ["Apache-2.0"] distribution = "2201.1.0" [[platform.java11.dependency]] -path = "../native/build/libs/java.jdbc-native-1.4.1-SNAPSHOT.jar" +path = "../native/build/libs/java.jdbc-native-1.4.1.jar" [[platform.java11.dependency]] path = "./lib/sql-native-1.4.1.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 83edb80d..5d370e36 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "jdbc-compiler-plugin" class = "io.ballerina.stdlib.java.jdbc.compiler.JDBCCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.4.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.4.1.jar"