From 1df712b285513b89adfea71fe864d8bb8c33c0a9 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 31 Oct 2024 06:33:04 +0000 Subject: [PATCH 1/4] [Automated] Update native jar versions in toml files --- ballerina/Dependencies.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 4d42431..7b8b005 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -66,7 +66,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.12.2" +version = "2.12.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -241,7 +241,7 @@ modules = [ [[package]] org = "ballerina" name = "mime" -version = "2.10.1" +version = "2.10.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -296,7 +296,7 @@ modules = [ [[package]] org = "ballerina" name = "sql" -version = "1.14.1" +version = "1.14.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -397,7 +397,7 @@ modules = [ [[package]] org = "ballerinax" name = "java.jdbc" -version = "1.12.1" +version = "1.12.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -437,7 +437,7 @@ modules = [ [[package]] org = "ballerinax" name = "mysql" -version = "1.13.1" +version = "1.13.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -487,7 +487,7 @@ modules = [ [[package]] org = "ballerinax" name = "postgresql" -version = "1.13.1" +version = "1.13.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, From 87d75d65bf610e0043723342f96037f27c2a2dd7 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 31 Oct 2024 06:36:07 +0000 Subject: [PATCH 2/4] [Automated] Update native jar versions in toml files --- 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 8a7de28..6a51f11 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,7 +16,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "persist.sql-native" version = "1.4.1" -path = "../native/build/libs/persist.sql-native-1.4.1-SNAPSHOT.jar" +path = "../native/build/libs/persist.sql-native-1.4.1.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 6bd6fbc..348324e 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,7 +3,7 @@ id = "persist.sql-compiler-plugin" class = "io.ballerina.stdlib.persist.sql.compiler.PersistSqlCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.4.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.4.1.jar" [[dependency]] path = "./lib/persist-native-1.4.0.jar" From 5c8ad6ebf38c7d3965cb4f473118e71e30e40d75 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 31 Oct 2024 06:37:22 +0000 Subject: [PATCH 3/4] [Gradle Release Plugin] - pre tag commit: 'v1.4.1'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5cfa3f7..4180a90 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.4.1-SNAPSHOT +version=1.4.1 puppycrawlCheckstyleVersion=10.12.1 checkstyleToolVersion=10.12.1 From e3e42bba3f86a230e57df3412a809174309828b2 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 31 Oct 2024 06:37:23 +0000 Subject: [PATCH 4/4] [Gradle Release Plugin] - new version commit: 'v1.4.2-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4180a90..30829f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.4.1 +version=1.4.2-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 checkstyleToolVersion=10.12.1