From b6c85aa7cd78c999237766a9d38ac643dc322cb9 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Mon, 3 Mar 2025 11:28:57 +0530 Subject: [PATCH 1/2] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 6 +++--- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 30f76cca..39bf50ac 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "persist" -version = "1.5.0" +version = "1.5.1" authors = ["Ballerina"] keywords = ["persist"] repository = "https://github.com/ballerina-platform/module-ballerina-persist" @@ -15,5 +15,5 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "persist-native" -version = "1.5.0" -path = "../native/build/libs/persist-native-1.5.0.jar" +version = "1.5.1" +path = "../native/build/libs/persist-native-1.5.1-SNAPSHOT.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 5ee02e4e..9b629a1c 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "persist-compiler-plugin" class = "io.ballerina.stdlib.persist.compiler.PersistCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.5.0.jar" +path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.5.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 11b17483..dda95619 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0" +distribution-version = "2201.12.0-20250228-201300-8d411a0f" [[package]] org = "ballerina" @@ -18,7 +18,7 @@ modules = [ [[package]] org = "ballerina" name = "persist" -version = "1.5.0" +version = "1.5.1" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] From 5eefc997881dd43bdb53f838bb60ff4c589d8e94 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Mon, 3 Mar 2025 11:28:58 +0530 Subject: [PATCH 2/2] [Automated] Update the lang version to 2201.12.0-20250228-201300-8d411a0f --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7bdea9a5..ec92e49c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ testngVersion=7.6.1 gsonVersion=2.10.1 ballerinaGradlePluginVersion=2.3.0 -ballerinaLangVersion=2201.11.0 +ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f # Direct Dependencies