From 76fd17060cc252991aebf43db980c95e46c60edf Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Thu, 21 Nov 2024 14:39:27 +0530 Subject: [PATCH 1/2] Prepare for update 11 release --- build-config/resources/Ballerina.toml | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 208b326..286713e 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["url encoding", "url decoding"] repository = "https://github.com/ballerina-platform/module-ballerina-url" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.11.0" [platform.java21] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index 6b2e022..7dee8ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.4.1-SNAPSHOT +version=2.5.0-SNAPSHOT githubSpotbugsVersion=6.0.18 githubJohnrengelmanShadowVersion=8.1.1 underCouchDownloadVersion=5.4.0 @@ -8,4 +8,4 @@ researchgateReleaseVersion=2.8.0 puppycrawlCheckstyleVersion=10.12.0 ballerinaGradlePluginVersion=2.2.3 -ballerinaLangVersion=2201.11.0-20241112-214900-6b80ab87 +ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc From 296f307a884ed5f525716b059ce3509b9667d305 Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Thu, 21 Nov 2024 14:39:32 +0530 Subject: [PATCH 2/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 8 ++++---- ballerina/Dependencies.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 7d443fb..7c37f13 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,13 +1,13 @@ [package] org = "ballerina" name = "url" -version = "2.4.1" +version = "2.5.0" authors = ["Ballerina"] keywords = ["url encoding", "url decoding"] repository = "https://github.com/ballerina-platform/module-ballerina-url" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.11.0" [platform.java21] graalvmCompatible = true @@ -15,5 +15,5 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "url-native" -version = "2.4.1" -path = "../native/build/libs/url-native-2.4.1-SNAPSHOT.jar" +version = "2.5.0" +path = "../native/build/libs/url-native-2.5.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index a9c51aa..e37c142 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241112-214900-6b80ab87" +distribution-version = "2201.11.0-20241121-075100-c4c87cbc" [[package]] org = "ballerina" @@ -67,7 +67,7 @@ modules = [ [[package]] org = "ballerina" name = "url" -version = "2.4.1" +version = "2.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "test"}