From 2106529b9cb03ee733a8e5464ded4d27b72b9b13 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:33:31 +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 1e198191..e8b8651d 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 bff0dddb7cffa898ae4b8efc6f842ccc9f5c08a3 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:33:35 +0000 Subject: [PATCH 2/5] Move dependencies to stable versions --- gradle.properties | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle.properties b/gradle.properties index 135fb658..4951fed8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=1.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 6c8293792ed15dc1dd81c9fcbd652d2e7f654c80 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:35:17 +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 68a637b6..4ba44123 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "websubhub-native" version = "1.12.0" -path = "../native/build/libs/websubhub-native-1.12.0-SNAPSHOT.jar" +path = "../native/build/libs/websubhub-native-1.12.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index ee4b58d0..e8a00e39 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "websubhub-compiler-plugin" class = "io.ballerina.stdlib.websubhub.WebSubHubCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.12.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.12.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index e8b8651d..0bf584bc 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 3e5936b39de7a8357e34aa62e56b591bba4e111d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:36:32 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - pre tag commit: 'v1.12.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4951fed8..1a1e3787 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.12.0-SNAPSHOT +version=1.12.0 ballerinaLangVersion=2201.10.0 puppycrawlCheckstyleVersion=10.12.0 testngVersion=7.6.1 From dc294fb0d01b6710cf5f9de6f4f4add0edb48b8a Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:36:33 +0000 Subject: [PATCH 5/5] [Gradle Release Plugin] - new version commit: 'v1.12.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1a1e3787..6cd49363 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.12.0 +version=1.12.1-SNAPSHOT ballerinaLangVersion=2201.10.0 puppycrawlCheckstyleVersion=10.12.0 testngVersion=7.6.1