From 8ae2cee6549e490c770ffcfacfe614b4b7e9091d Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Wed, 26 Feb 2025 14:58:46 +0530 Subject: [PATCH 1/3] [Automated] Update the native jar versions --- ballerina-tests/Ballerina.toml | 2 +- ballerina-tests/Dependencies.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina-tests/Ballerina.toml b/ballerina-tests/Ballerina.toml index b1fca825..08a70add 100644 --- a/ballerina-tests/Ballerina.toml +++ b/ballerina-tests/Ballerina.toml @@ -1,4 +1,4 @@ [package] org = "ballerinax" name = "nats_tests" -version = "3.2.0" +version = "3.2.1" diff --git a/ballerina-tests/Dependencies.toml b/ballerina-tests/Dependencies.toml index 13f9a06d..222b9533 100644 --- a/ballerina-tests/Dependencies.toml +++ b/ballerina-tests/Dependencies.toml @@ -171,7 +171,7 @@ dependencies = [ [[package]] org = "ballerinax" name = "nats" -version = "3.2.0" +version = "3.2.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -185,7 +185,7 @@ modules = [ [[package]] org = "ballerinax" name = "nats_tests" -version = "3.2.0" +version = "3.2.1" dependencies = [ {org = "ballerina", name = "lang.runtime"}, {org = "ballerina", name = "lang.string"}, From 03b2607fcb8eecab7beda42ce659408fdb25400f Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Wed, 26 Feb 2025 14:58:46 +0530 Subject: [PATCH 2/3] [Automated] Update the native jar versions --- 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 671ee99a..b0049843 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,13 +1,13 @@ [package] org = "ballerinax" name = "nats" -version = "3.2.0" +version = "3.2.1" authors = ["Ballerina"] keywords = ["service", "client", "messaging", "network", "pubsub"] repository = "https://github.com/ballerina-platform/module-ballerinax-nats" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.11.0" +distribution = "2201.12.0-20250226-081700-17d84e0f" [platform.java21] graalvmCompatible = true @@ -18,8 +18,8 @@ path = "./lib/jnats-2.20.4.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "nats-native" -version = "3.2.0" -path = "../native/build/libs/nats-native-3.2.0.jar" +version = "3.2.1" +path = "../native/build/libs/nats-native-3.2.1-SNAPSHOT.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index d3fffdf8..b8c9a172 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "nats-compiler-plugin" class = "io.ballerina.stdlib.nats.plugin.NatsCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/nats-compiler-plugin-3.2.0.jar" +path = "../compiler-plugin/build/libs/nats-compiler-plugin-3.2.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 534f4f0b..c8a5d0a9 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -187,7 +187,7 @@ modules = [ [[package]] org = "ballerinax" name = "nats" -version = "3.2.0" +version = "3.2.1" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "crypto"}, From 1e1995245294288b54bbf5b10e6dde48cfa3aecf Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Wed, 26 Feb 2025 15:01:12 +0530 Subject: [PATCH 3/3] [Automated] Update the lang version to 2201.12.0-20250226-081700-17d84e0f --- build-config/resources/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 8d354c81..e50ca669 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["service", "client", "messaging", "network", "pubsub"] repository = "https://github.com/ballerina-platform/module-ballerinax-nats" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.11.0" +distribution = "2201.12.0-20250226-081700-17d84e0f" [platform.java21] graalvmCompatible = true