From 473be8934501343416c9b82ee49880b94d7c0407 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 10:06:07 +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 fcbb0b7b..1a2bb698 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "java.jdbc-native" version = "1.12.0" -path = "../native/build/libs/java.jdbc-native-1.12.0-SNAPSHOT.jar" +path = "../native/build/libs/java.jdbc-native-1.12.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.14.0" -path = "./lib/sql-native-1.14.0-20240814-162300-116ead6.jar" +path = "./lib/sql-native-1.14.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 0610610d..4cf5f841 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.12.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.12.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index cc9c2d3c..fc86c01c 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240814-095500-9d14866a" +distribution-version = "2201.10.0" [[package]] org = "ballerina"