From 04ecd3ca5bf8bdae27d817157144ad6da6904975 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 12 Mar 2025 06:44:47 +0000 Subject: [PATCH 1/5] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 173684e..bc650ad 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.12.0-20250310-180800-112c6c32" +distribution-version = "2201.12.0-20250311-124800-b9003fed" [[package]] org = "ballerina" From bb7b801cf62895b0e2858bda9c71361d60922aa1 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 12 Mar 2025 06:45:11 +0000 Subject: [PATCH 2/5] Move dependencies to stable versions --- gradle.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gradle.properties b/gradle.properties index 777871e..e0edd27 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=1.4.0-SNAPSHOT -ballerinaLangVersion=2201.12.0-20250311-124800-b9003fed +ballerinaLangVersion=2201.12.0 checkstylePluginVersion=10.12.1 spotbugsPluginVersion=6.0.18 @@ -19,16 +19,16 @@ pahoMqtt5Version=1.2.5 #stdlib dependencies # Level 01 -stdlibTimeVersion=2.7.0-20250311-132600-1d5e2cb -stdlibIoVersion=1.8.0-20250311-132600-1ffe624 +stdlibTimeVersion=2.7.0 +stdlibIoVersion=1.8.0 # Level 02 -stdlibLogVersion=2.12.0-20250311-135900-9f3c638 -stdlibCryptoVersion=2.9.0-20250311-133400-9758410 -stdlibRandomVersion=1.7.0-20250311-134500-6be5f1c +stdlibLogVersion=2.12.0 +stdlibCryptoVersion=2.9.0 +stdlibRandomVersion=1.7.0 # Level 03 -stdlibUuidVersion=1.10.0-20250311-135800-d38a5b5 +stdlibUuidVersion=1.10.0 -observeVersion=1.5.0-20250311-132700-a89f57a -observeInternalVersion=1.5.0-20250311-133700-3a1a70b +observeVersion=1.5.0 +observeInternalVersion=1.5.0 From d00f196c3417022c1c90e878f907b25b399d11f6 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 12 Mar 2025 06:47:17 +0000 Subject: [PATCH 3/5] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 38f029e..1a8647f 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -14,7 +14,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "mqtt-native" version = "1.4.0" -path = "../native/build/libs/mqtt-native-1.4.0-SNAPSHOT.jar" +path = "../native/build/libs/mqtt-native-1.4.0.jar" [[platform.java21.dependency]] groupId = "org.eclipse.paho" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 4512e86..052f850 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "mqtt-compiler-plugin" class = "io.ballerina.stdlib.mqtt.compiler.MqttCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/mqtt-compiler-plugin-1.4.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/mqtt-compiler-plugin-1.4.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index bc650ad..1f70f46 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.12.0-20250311-124800-b9003fed" +distribution-version = "2201.12.0" [[package]] org = "ballerina" From f313cda88f8a74be25d0ef5d0488a894c58b983d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 12 Mar 2025 06:47:17 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - pre tag commit: 'v1.4.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e0edd27..aa45b01 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.4.0-SNAPSHOT +version=1.4.0 ballerinaLangVersion=2201.12.0 checkstylePluginVersion=10.12.1 From 68f8ed08f39b689db740a1d95fa87dc35e5270a2 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 12 Mar 2025 06:47:18 +0000 Subject: [PATCH 5/5] [Gradle Release Plugin] - new version commit: 'v1.4.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index aa45b01..be962c8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.4.0 +version=1.4.1-SNAPSHOT ballerinaLangVersion=2201.12.0 checkstylePluginVersion=10.12.1