From b1204a3828c202a1ad735cc00e849ca0d8df751f Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 05:08:29 +0000 Subject: [PATCH 1/4] Move dependencies to stable versions --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 701bc9c..269c0b7 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.11.0-20250127-101700-a4b67fe5 +ballerinaLangVersion=2201.11.0 # Test dependency -stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a +stdlibTimeVersion=2.6.0 From 2ec7794a0c8a3405c2e400bceef90cd8da25eec0 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 05:08:59 +0000 Subject: [PATCH 2/4] [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 e35abff..73778ad 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "constraint-native" version = "1.6.0" -path = "../native/build/libs/constraint-native-1.6.0-SNAPSHOT.jar" +path = "../native/build/libs/constraint-native-1.6.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 0e30275..990995a 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.6.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/constraint-compiler-plugin-1.6.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 71fd45e..bcb4bc2 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20250127-101700-a4b67fe5" +distribution-version = "2201.11.0" [[package]] org = "ballerina" From 21ddf6675a3b74840f996398e5fe18fb30b4d41e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 05:08:59 +0000 Subject: [PATCH 3/4] [Gradle Release Plugin] - pre tag commit: 'v1.6.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 269c0b7..ee5ab72 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.6.0-SNAPSHOT +version=1.6.0 puppycrawlCheckstyleVersion=10.12.0 slf4jVersion=1.7.30 testngVersion=7.6.1 From ed2c1393e02777614d2198f909059383415fcea5 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 05:09:00 +0000 Subject: [PATCH 4/4] [Gradle Release Plugin] - new version commit: 'v1.6.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ee5ab72..f9cfe65 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.6.0 +version=1.6.1-SNAPSHOT puppycrawlCheckstyleVersion=10.12.0 slf4jVersion=1.7.30 testngVersion=7.6.1