From 759ad0ae95da94a47b681eee00980f0bbd9430d8 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 14:50:11 +0000 Subject: [PATCH 1/5] [Automated] Update native jar versions in toml files --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index c839efcf..c637c9e9 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240405-165800-4b163f78" +distribution-version = "2201.9.0-20240502-141200-0a49fa42" [[package]] org = "ballerina" From c621b8c71110bd1c60c7c84cfba3d2332065336c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 14:50:27 +0000 Subject: [PATCH 2/5] Move dependencies to stable versions --- gradle.properties | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9e339242..c4d98306 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ researchgateReleaseVersion=2.8.0 testngVersion=7.6.1 ballerinaGradlePluginVersion=2.0.1 -ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42 +ballerinaLangVersion=2201.9.0 # Direct Dependencies # Level 01 @@ -29,8 +29,8 @@ stdlibOsVersion=1.8.0 stdlibFileVersion=1.9.0 # Ballerinax Observer -observeVersion=1.2.3-20240408-194900-a0e331f -observeInternalVersion=1.2.2-20240408-195500-1436319 +observeVersion=1.2.3 +observeInternalVersion=1.2.2 # Transitive Dependencies # Level 01 @@ -38,21 +38,21 @@ stdlibConstraintVersion=1.5.0 stdlibUrlVersion=2.4.0 # Level 02 -stdlibCryptoVersion=2.7.0-20240502-172300-6b356e2 +stdlibCryptoVersion=2.7.0 stdlibTaskVersion=2.5.0 # Level 03 -stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e +stdlibCacheVersion=3.8.0 stdlibMimeVersion=2.9.0 -stdlibUuidVersion=1.8.0-20240502-184000-71c8d75 +stdlibUuidVersion=1.8.0 # Level 04 -stdlibAuthVersion=2.11.0-20240502-184600-96868c0 -stdlibJwtVersion=2.11.0-20240502-184700-00ec094 -stdlibOAuth2Version=2.11.0-20240502-185000-b5e4bc8 +stdlibAuthVersion=2.11.0 +stdlibJwtVersion=2.11.0 +stdlibOAuth2Version=2.11.0 # Level 05 -stdlibHttpVersion=2.11.0-20240502-194500-bb0bced +stdlibHttpVersion=2.11.0 # Level 06 -stdlibTransactionVersion=1.9.0-20240502-204500-58485c0 +stdlibTransactionVersion=1.9.0 From d63c9748f9fc3176bd66a042fbac9608cd4bbcd8 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 15:00:40 +0000 Subject: [PATCH 3/5] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 0277f3c4..6eb7974f 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.13.0" -path = "../native/build/libs/sql-native-1.13.0-SNAPSHOT.jar" +path = "../native/build/libs/sql-native-1.13.0.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/sql-test-utils-1.13.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/sql-test-utils-1.13.0.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 8a12f262..a21ee608 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "sql-compiler-plugin" class = "io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.13.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.13.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index c637c9e9..238ed9f8 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240502-141200-0a49fa42" +distribution-version = "2201.9.0" [[package]] org = "ballerina" From e929fb832d4654dee2e06877b152f88a0fd35c87 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 15:00:51 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - pre tag commit: 'v1.13.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c4d98306..deb7e6d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.13.0-SNAPSHOT +version=1.13.0 puppycrawlCheckstyleVersion=10.12.1 hikkariLibVersion=3.3.1 From 98717eacf4692f0d4a52e0439616df7427a912f6 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 15:00:52 +0000 Subject: [PATCH 5/5] [Gradle Release Plugin] - new version commit: 'v1.13.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index deb7e6d2..7fadb58d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.13.0 +version=1.13.1-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 hikkariLibVersion=3.3.1