From dae85ea402b1bc84890ee324acf65e919572d2f1 Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Sun, 13 Oct 2024 22:23:45 +0530 Subject: [PATCH 1/4] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 8 ++++---- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 63dfe5f2..44557ab3 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "sql" -version = "1.13.0" +version = "1.15.0" authors = ["Ballerina"] keywords = ["database", "client", "network", "SQL", "RDBMS"] repository = "https://github.com/ballerina-platform/module-ballerina-sql" @@ -15,11 +15,11 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" -version = "1.13.0" -path = "../native/build/libs/sql-native-1.13.0-SNAPSHOT.jar" +version = "1.15.0" +path = "../native/build/libs/sql-native-1.15.0-SNAPSHOT.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/sql-test-utils-1.13.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/sql-test-utils-1.15.0-SNAPSHOT.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 8a12f262..12ebb6da 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "sql-compiler-plugin" class = "io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.13.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.15.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index ce2c6d0b..373e6309 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -300,7 +300,7 @@ dependencies = [ [[package]] org = "ballerina" name = "sql" -version = "1.13.0" +version = "1.15.0" dependencies = [ {org = "ballerina", name = "file"}, {org = "ballerina", name = "io"}, From bebd05579feae9aad74d4d509b3722554c8f2074 Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Sun, 13 Oct 2024 22:26:19 +0530 Subject: [PATCH 2/4] Update minor version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index bbe66588..35bc8b4f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.13.0-SNAPSHOT +version=1.15.0-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 hikkariLibVersion=3.3.1 From 50cbaeab9650e571fa93a376a7254c87da8da0ba Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Mon, 14 Oct 2024 10:46:42 +0530 Subject: [PATCH 3/4] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 8 ++++---- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 44557ab3..526b8187 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "sql" -version = "1.15.0" +version = "1.12.3" authors = ["Ballerina"] keywords = ["database", "client", "network", "SQL", "RDBMS"] repository = "https://github.com/ballerina-platform/module-ballerina-sql" @@ -15,11 +15,11 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" -version = "1.15.0" -path = "../native/build/libs/sql-native-1.15.0-SNAPSHOT.jar" +version = "1.12.3" +path = "../native/build/libs/sql-native-1.12.3-SNAPSHOT.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/sql-test-utils-1.15.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/sql-test-utils-1.12.3-SNAPSHOT.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 12ebb6da..6c36c62b 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "sql-compiler-plugin" class = "io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.15.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.12.3-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 373e6309..b040466c 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -300,7 +300,7 @@ dependencies = [ [[package]] org = "ballerina" name = "sql" -version = "1.15.0" +version = "1.12.3" dependencies = [ {org = "ballerina", name = "file"}, {org = "ballerina", name = "io"}, From aa76170a7c7b11552653d36d7469639bd0c6465c Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Mon, 14 Oct 2024 10:47:19 +0530 Subject: [PATCH 4/4] Update sql version to 1.12.3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 35bc8b4f..6fb6ba2f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.15.0-SNAPSHOT +version=1.12.3-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 hikkariLibVersion=3.3.1