From d244fa37ea2faf1c9be8404483470a19dd7e3d51 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 16:58:35 +0000 Subject: [PATCH 1/6] [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 f31e8ced..e8e35ea6 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241121-075100-c4c87cbc" +distribution-version = "2201.11.0-20250127-101700-a4b67fe5" [[package]] org = "ballerina" From d5a2638b3061aff5170714f108a7bec3591110a1 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 16:58:41 +0000 Subject: [PATCH 2/6] Move dependencies to stable versions --- gradle.properties | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/gradle.properties b/gradle.properties index 928356aa..af201a8d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.13.0-SNAPSHOT -ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5 +ballerinaLangVersion=2201.11.0 checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18 @@ -13,35 +13,35 @@ testngVersion=7.6.1 gsonVersion=2.8.8 # Direct Dependencies -stdlibIoVersion=1.7.0-20250127-170200-0d36f73 -stdlibRandomVersion=1.6.0-20250127-172500-3217a75 -stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a -stdlibUrlVersion=2.5.0-20250127-170200-e4cac31 -stdlibCryptoVersion=2.8.0-20250127-170800-6c52ac3 -stdlibLogVersion=2.11.0-20250127-173700-45079a8 -stdlibMimeVersion=2.11.0-20250127-182500-46c9896 -stdlibUuidVersion=1.9.0-20250127-181300-0f9a3f6 -stdlibHttpVersion=2.13.0-20250129-095000-ebfea77 +stdlibIoVersion=1.7.0 +stdlibRandomVersion=1.6.0 +stdlibTimeVersion=2.6.0 +stdlibUrlVersion=2.5.0 +stdlibCryptoVersion=2.8.0 +stdlibLogVersion=2.11.0 +stdlibMimeVersion=2.11.0 +stdlibUuidVersion=1.9.0 +stdlibHttpVersion=2.13.0 # Transitive Dependencies # Level 01 -stdlibConstraintVersion=1.6.0-20250127-170900-48ad9ae +stdlibConstraintVersion=1.6.0 # Level 02 -stdlibOsVersion=1.9.0-20250127-170900-54f2a57 -stdlibTaskVersion=2.6.0-20250127-171400-af6480d +stdlibOsVersion=1.9.0 +stdlibTaskVersion=2.6.0 # Level 03 -stdlibCacheVersion=3.9.0-20250127-173100-ebe1e73 -stdlibFileVersion=1.11.0-20250128-125300-1f45bfa +stdlibCacheVersion=3.9.0 +stdlibFileVersion=1.11.0 # Level 04 -stdlibAuthVersion=2.13.0-20250127-182300-e14b66f -stdlibDataJsonDataVersion=1.0.0-20250128-132900-8fbc703 -stdlibJwtVersion=2.14.0-20250127-182500-ce5b71c -stdlibOAuth2Version=2.13.0-20250127-182700-5ce88a0 +stdlibAuthVersion=2.13.0 +stdlibDataJsonDataVersion=1.0.0 +stdlibJwtVersion=2.14.0 +stdlibOAuth2Version=2.13.0 # Ballerinax Observe -observeVersion=1.4.0-20250127-170200-f9c0dec -observeInternalVersion=1.4.0-20250127-171000-b05ff1d +observeVersion=1.4.0 +observeInternalVersion=1.4.0 From fdd531975746ca5baee1e44ff9b5876b06160c5e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 16:59:58 +0000 Subject: [PATCH 3/6] [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 dce748ad..755d4507 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "websub-native" version = "2.13.0" -path = "../native/build/libs/websub-native-2.13.0-SNAPSHOT.jar" +path = "../native/build/libs/websub-native-2.13.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 97192a1e..4d5d9287 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "websub-compiler-plugin" class = "io.ballerina.stdlib.websub.WebSubCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/websub-compiler-plugin-2.13.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websub-compiler-plugin-2.13.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index e8e35ea6..be22561c 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 2a43e4dfe5a98523dfdb83a33c99ad7cc66b8093 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 17:00:14 +0000 Subject: [PATCH 4/6] [Automated] Update the native jar versions --- ballerina-tests/Ballerina.toml | 2 +- ballerina-tests/Dependencies.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina-tests/Ballerina.toml b/ballerina-tests/Ballerina.toml index d8d903be..c75acfad 100644 --- a/ballerina-tests/Ballerina.toml +++ b/ballerina-tests/Ballerina.toml @@ -7,4 +7,4 @@ version = "2.13.0" graalvmCompatible = true [[platform.java21.dependency]] -path = "../native/build/libs/websub-native-2.13.0-SNAPSHOT.jar" +path = "../native/build/libs/websub-native-2.13.0.jar" diff --git a/ballerina-tests/Dependencies.toml b/ballerina-tests/Dependencies.toml index 3679f23e..2b4f8597 100644 --- a/ballerina-tests/Dependencies.toml +++ b/ballerina-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241121-075100-c4c87cbc" +distribution-version = "2201.11.0" [[package]] org = "ballerina" From 21b1410c4443128d79634f0fd1e8f1b4283f1734 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 17:01:08 +0000 Subject: [PATCH 5/6] [Gradle Release Plugin] - pre tag commit: 'v2.13.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index af201a8d..1cb91783 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.13.0-SNAPSHOT +version=2.13.0 ballerinaLangVersion=2201.11.0 checkstylePluginVersion=10.12.0 From 125159594847e7866f8e2c30be0dbd6df3f96e2c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 17:01:11 +0000 Subject: [PATCH 6/6] [Gradle Release Plugin] - new version commit: 'v2.13.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1cb91783..52b8230f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.13.0 +version=2.13.1-SNAPSHOT ballerinaLangVersion=2201.11.0 checkstylePluginVersion=10.12.0