From a817dd0ceb1daa1ae9cecf9b76baf15077cf6bd4 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:33:27 +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 226ef8b4..2926cd7b 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240806-083400-aabac46a" +distribution-version = "2201.10.0-20240814-095500-9d14866a" [[package]] org = "ballerina" From 7e27ea2816e76184d58e8cfbd0e3e08b5857b11c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:33:32 +0000 Subject: [PATCH 2/6] Move dependencies to stable versions --- gradle.properties | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle.properties b/gradle.properties index ca7aec88..4304c94b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.12.0-SNAPSHOT -ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a +ballerinaLangVersion=2201.10.0 puppycrawlCheckstyleVersion=10.12.0 testngVersion=7.6.1 ballerinaGradlePluginVersion=2.0.1 @@ -13,10 +13,10 @@ stdlibRandomVersion=1.5.0 stdlibTimeVersion=2.4.0 stdlibUrlVersion=2.4.0 stdlibCryptoVersion=2.7.2 -stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8 -stdlibMimeVersion=2.10.0-20240814-133200-6c54439 +stdlibLogVersion=2.10.0 +stdlibMimeVersion=2.10.0 stdlibUuidVersion=1.8.0 -stdlibHttpVersion=2.12.0-20240816-115800-498591d +stdlibHttpVersion=2.12.0 # Transitive Dependencies @@ -29,13 +29,13 @@ stdlibTaskVersion=2.5.0 # Level 03 stdlibCacheVersion=3.8.0 -stdlibFileVersion=1.10.0-20240814-133200-74f4d63 +stdlibFileVersion=1.10.0 # Level 04 -stdlibAuthVersion=2.12.0-20240814-133000-6db5624 -stdlibJwtVersion=2.13.0-20240814-133100-630021f -stdlibOAuth2Version=2.12.0-20240814-133400-a7008e4 +stdlibAuthVersion=2.12.0 +stdlibJwtVersion=2.13.0 +stdlibOAuth2Version=2.12.0 # Ballerinax Observe -observeVersion=1.3.0-20240814-114100-0f71e1e -observeInternalVersion=1.3.0-20240814-114900-8a734a3 +observeVersion=1.3.0 +observeInternalVersion=1.3.0 From 3d62d9dea7b948573e0d2a54a735c3e61902c109 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:34:36 +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 39a408ec..44b3bb48 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "websub-native" version = "2.12.0" -path = "../native/build/libs/websub-native-2.12.0-SNAPSHOT.jar" +path = "../native/build/libs/websub-native-2.12.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 854e64ab..0c185349 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.12.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websub-compiler-plugin-2.12.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 2926cd7b..ea4b2bdd 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240814-095500-9d14866a" +distribution-version = "2201.10.0" [[package]] org = "ballerina" From d4bc36284933c23f856f17d6fb11167ca0546a31 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:34:50 +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 f9e45b97..7bf9e390 100644 --- a/ballerina-tests/Ballerina.toml +++ b/ballerina-tests/Ballerina.toml @@ -7,4 +7,4 @@ version = "2.12.0" graalvmCompatible = true [[platform.java17.dependency]] -path = "../native/build/libs/websub-native-2.12.0-SNAPSHOT.jar" +path = "../native/build/libs/websub-native-2.12.0.jar" diff --git a/ballerina-tests/Dependencies.toml b/ballerina-tests/Dependencies.toml index fc0bb6d4..4df1de22 100644 --- a/ballerina-tests/Dependencies.toml +++ b/ballerina-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240806-083400-aabac46a" +distribution-version = "2201.10.0" [[package]] org = "ballerina" From 00f7eb5732725e2f6671b1e8092f5afd15b79ce1 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:35:42 +0000 Subject: [PATCH 5/6] [Gradle Release Plugin] - pre tag commit: 'v2.12.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4304c94b..a2938bae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.12.0-SNAPSHOT +version=2.12.0 ballerinaLangVersion=2201.10.0 puppycrawlCheckstyleVersion=10.12.0 testngVersion=7.6.1 From c0d0e2444c36fc31142575ba055e22cc0a74a4a4 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:35:43 +0000 Subject: [PATCH 6/6] [Gradle Release Plugin] - new version commit: 'v2.12.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a2938bae..002a1d04 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.12.0 +version=2.12.1-SNAPSHOT ballerinaLangVersion=2201.10.0 puppycrawlCheckstyleVersion=10.12.0 testngVersion=7.6.1