From 355621d947f7a0981833b5873ee0a1b563b8dfdc Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 12 Mar 2025 05:25:34 +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 6eabf85..2a09787 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.12.0-20250228-201300-8d411a0f" +distribution-version = "2201.12.0-20250311-124800-b9003fed" [[package]] org = "ballerina" From 6ce8fe1c7cc768f75610d0f8403022ba5c017df6 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 12 Mar 2025 05:25:40 +0000 Subject: [PATCH 2/5] Move dependencies to stable versions --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index daa4b0d..5d44b8b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ ballerinaGradlePluginVersion=2.3.0 jacocoVersion=0.8.10 githubSpotbugsVersion=6.0.18 -ballerinaLangVersion=2201.12.0-20250311-124800-b9003fed +ballerinaLangVersion=2201.12.0 # Test dependency -stdlibTimeVersion=2.7.0-20250311-132600-1d5e2cb +stdlibTimeVersion=2.7.0 From 2f1028935ec80e76df749ed3b0baada2c245b918 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 12 Mar 2025 05:26:15 +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 160c33b..f1c5076 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "constraint-native" version = "1.7.0" -path = "../native/build/libs/constraint-native-1.7.0-SNAPSHOT.jar" +path = "../native/build/libs/constraint-native-1.7.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index b3437ef..5b0f625 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "constraint-compiler-plugin" class = "io.ballerina.stdlib.constraint.compiler.ConstraintCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/constraint-compiler-plugin-1.7.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/constraint-compiler-plugin-1.7.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 2a09787..4c44ed1 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 7e6f193d18a8152569903a5c562c59e1ff32b0ba Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 12 Mar 2025 05:26:15 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - pre tag commit: 'v1.7.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5d44b8b..64f5bf1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.7.0-SNAPSHOT +version=1.7.0 puppycrawlCheckstyleVersion=10.12.0 slf4jVersion=1.7.30 testngVersion=7.6.1 From 252d504de7fb76e48584fea67c4a312cf51d1369 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 12 Mar 2025 05:26:16 +0000 Subject: [PATCH 5/5] [Gradle Release Plugin] - new version commit: 'v1.7.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 64f5bf1..dd5b709 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.7.0 +version=1.7.1-SNAPSHOT puppycrawlCheckstyleVersion=10.12.0 slf4jVersion=1.7.30 testngVersion=7.6.1