From ba6d56d69dd0b3621d0af28fd5788b7e89a65e5e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 15 Sep 2023 18:03:04 +0000 Subject: [PATCH 1/7] [Automated] Update native jar versions in toml files --- 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 4525273..365d182 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -22,4 +22,4 @@ path = "../native/build/libs/persist.inmemory-native-1.2.0-SNAPSHOT.jar" groupId = "io.ballerina.stdlib" artifactId = "persist-native" version = "1.2.0" -path = "./lib/persist-native-1.2.0-20230810-161400-f232e8d.jar" +path = "./lib/persist-native-1.2.0-20230911-142300-ddef67b.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index ecfdc40..b974980 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.8.0-20230726-145300-b2bdf796" +distribution-version = "2201.8.0-20230908-135700-74a59dff" [[package]] org = "ballerina" From faf6b57091ed9c6c9756391d92ab118eb50f6a63 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 15 Sep 2023 18:03:21 +0000 Subject: [PATCH 2/7] Move dependencies to stable version --- gradle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index f543876..11becec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,19 +11,19 @@ testngVersion=7.6.1 gsonVersion=2.10 ballerinaGradlePluginVersion=2.0.1 -ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff +ballerinaLangVersion=2201.8.0 # Direct Dependencies # Level 01 -stdlibTimeVersion=2.4.0-20230911-140200-7f96f1e +stdlibTimeVersion=2.4.0 # Level 08 -stdlibPersistVersion=1.2.0-20230911-142300-ddef67b +stdlibPersistVersion=1.2.0 # Ballerinax Observer -observeVersion=1.2.0-20230911-133500-b3d8db3 -observeInternalVersion=1.2.0-20230911-141700-4c0454a +observeVersion=1.2.0 +observeInternalVersion=1.2.0 # Enabled publishing insecure checksums, due to fail to publish to maven central # Refer https://github.com/gradle/gradle/issues/11308 From f67406afce5b14cb17e1871bc84cc9260074d178 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 15 Sep 2023 18:03:56 +0000 Subject: [PATCH 3/7] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 4 ++-- ballerina/Dependencies.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 365d182..5ee490f 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.persist" artifactId = "persist-inmemory-native" version = "1.2.0" -path = "../native/build/libs/persist.inmemory-native-1.2.0-SNAPSHOT.jar" +path = "../native/build/libs/persist.inmemory-native-1.2.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "persist-native" version = "1.2.0" -path = "./lib/persist-native-1.2.0-20230911-142300-ddef67b.jar" +path = "./lib/persist-native-1.2.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index b974980..06e8654 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.8.0-20230908-135700-74a59dff" +distribution-version = "2201.8.0" [[package]] org = "ballerina" From 326a2ca9d4a3a7cb6f6472f651e32c7edd00786c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 15 Sep 2023 18:03:56 +0000 Subject: [PATCH 4/7] [Gradle Release Plugin] - pre tag commit: 'v1.2.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 11becec..0138ee9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.2.0-SNAPSHOT +version=1.2.0 puppycrawlCheckstyleVersion=10.12.0 checkstyleToolVersion=10.12.0 From d8a888eff2f7afff10ce7f233df37dc8381788ce Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 15 Sep 2023 18:03:58 +0000 Subject: [PATCH 5/7] [Gradle Release Plugin] - new version commit: 'v1.2.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0138ee9..e0e2bdc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.2.0 +version=1.2.1-SNAPSHOT puppycrawlCheckstyleVersion=10.12.0 checkstyleToolVersion=10.12.0 From 6adec914fa88666f59fd97766ef7acc0bd299348 Mon Sep 17 00:00:00 2001 From: Kaneel Dias Date: Tue, 19 Sep 2023 09:34:04 +0530 Subject: [PATCH 6/7] Update changelog.md --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index a938cee..9ceaf0c 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +## [1.1.0] - 2023-06-30 + +### Added + ### Changed - [Updated error messages to be consistent across all data sources](https://github.com/ballerina-platform/ballerina-standard-library/issues/4360) From 1bf282a152c9dab89b1f5c26516beadf493c4293 Mon Sep 17 00:00:00 2001 From: Kaneel Dias Date: Tue, 19 Sep 2023 09:34:22 +0530 Subject: [PATCH 7/7] Update changelog.md --- changelog.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/changelog.md b/changelog.md index 9ceaf0c..4852182 100644 --- a/changelog.md +++ b/changelog.md @@ -12,8 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.1.0] - 2023-06-30 -### Added - ### Changed - [Updated error messages to be consistent across all data sources](https://github.com/ballerina-platform/ballerina-standard-library/issues/4360)