From 24bd525ee79dced2dcb38c22d0c4fb663c2b7dd9 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 09:35:15 +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 6fcb2f4d..d31775a5 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0-20230622-064700-4a2dc6dd" [[package]] org = "ballerina" From 5a1ec309438c36f04dcece7ae2d8f7b8fbb11f4e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 09:35:22 +0000 Subject: [PATCH 2/5] Move dependencies to stable version --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7e62e8c6..f61c2ed9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,12 +11,12 @@ testngVersion=7.4.0 gsonVersion=2.10 ballerinaGradlePluginVersion=1.1.0 -ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd +ballerinaLangVersion= 2201.7.0 # Direct Dependencies # Level 01 -stdlibTimeVersion=2.3.0-20230622-110600-b78c05f +stdlibTimeVersion=2.3.0 # Enabled publishing insecure checksums, due to fail to publish to maven central # Refer https://github.com/gradle/gradle/issues/11308 From 0dc2af372132d974a231a236ab72c601c5b3406b Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 09:36:10 +0000 Subject: [PATCH 3/5] [Automated] Update native jar versions in toml files --- 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 f065e5bc..5f3449c5 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.persist" artifactId = "persist-native" version = "1.1.0" -path = "../native/build/libs/persist-native-1.1.0-SNAPSHOT.jar" +path = "../native/build/libs/persist-native-1.1.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 30a457e4..a06a1ee0 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "persist-compiler-plugin" class = "io.ballerina.stdlib.persist.compiler.PersistCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.1.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.1.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index d31775a5..8edb0e81 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230622-064700-4a2dc6dd" +distribution-version = "2201.7.0" [[package]] org = "ballerina" From 03dfb12be749978c339cbb0dcd00c9154816868b Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 09:37:18 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - pre tag commit: 'v1.1.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f61c2ed9..38763489 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.1.0-SNAPSHOT +version=1.1.0 puppycrawlCheckstyleVersion=8.18 checkstyleToolVersion=7.8.2 From d5b68c2326f0fedaa3bb7a1706ec1f847642e28f Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 09:37:20 +0000 Subject: [PATCH 5/5] [Gradle Release Plugin] - new version commit: 'v1.1.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 38763489..79d01ec5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.1.0 +version=1.1.1-SNAPSHOT puppycrawlCheckstyleVersion=8.18 checkstyleToolVersion=7.8.2