From c93c9e5a9ef315c314cbf838d2039fe11f5b199b Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 16:48:05 +0000 Subject: [PATCH 1/5] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index b1e88ea2..55c2ae2d 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -22,5 +22,5 @@ path = "../native/build/libs/postgresql-native-1.12.0-SNAPSHOT.jar" groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.13.0" -path = "./lib/sql-native-1.13.0-20240410-111000-2cc6b6c.jar" +path = "./lib/sql-native-1.13.0-20240502-234000-648d89f.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1cc89ac1..9926b06b 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 a7b4b93a61926cd2f2f9c8b9968a98d5863d0611 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 16:48:22 +0000 Subject: [PATCH 2/5] Move dependencies to stable versions --- gradle.properties | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/gradle.properties b/gradle.properties index a4a65f02..514063b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,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 @@ -27,11 +27,11 @@ stdlibOsVersion=1.8.0 stdlibFileVersion=1.9.0 # Level 07 -stdlibSqlVersion=1.13.0-20240502-234000-648d89f +stdlibSqlVersion=1.13.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 @@ -39,24 +39,24 @@ stdlibUrlVersion=2.4.0 # Level 02 stdlibConstraintVersion=1.5.0 -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 # Ballerina extended library stdlibPostgresqlDriverVersion=1.5.0 From 2610899cfa8f756a9184ac6f887ab06a9f34eb4c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 16:50:20 +0000 Subject: [PATCH 3/5] [Automated] Update the native jar versions --- 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 55c2ae2d..ba47b13d 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,11 +16,11 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "postgresql-native" version = "1.12.0" -path = "../native/build/libs/postgresql-native-1.12.0-SNAPSHOT.jar" +path = "../native/build/libs/postgresql-native-1.12.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.13.0" -path = "./lib/sql-native-1.13.0-20240502-234000-648d89f.jar" +path = "./lib/sql-native-1.13.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 653341ad..07624737 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "postgresql-compiler-plugin" class = "io.ballerina.stdlib.postgresql.compiler.PostgreSQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.12.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.12.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 9926b06b..d43ae22b 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 7a16670e63b2ae3dc618637e8c9e5021689e8428 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 16:51:05 +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 514063b2..d4ef2631 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.12.0-SNAPSHOT +version=1.12.0 puppycrawlCheckstyleVersion=10.12.1 postgreSQLDriverVersion=42.6.0 From e142789b661134d641962be95972d5886a9ca556 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 16:51:06 +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 d4ef2631..aa93b847 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.12.0 +version=1.12.1-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 postgreSQLDriverVersion=42.6.0