From 58fee8b319d6d0c8057b97ab89f2c6b0271fea8f Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 09:51:28 +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 5af86cc0..f9905cc6 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,11 +16,11 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "postgresql-native" version = "1.13.0" -path = "../native/build/libs/postgresql-native-1.13.0-SNAPSHOT.jar" +path = "../native/build/libs/postgresql-native-1.13.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 9729b4b4..27ae5883 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "postgresql-compiler-plugin" class = "io.ballerina.stdlib.postgresql.compiler.PostgreSQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.13.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.13.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 8ed14f57..b4cc57d8 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"