From d5eb52cd0c34482294820b5a3a585819fec9ce54 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 07:34:20 +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 8adfce4f..a567bcb3 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 b425fb95ee01eda87da99570fff1dbb178e23885 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 07:34:25 +0000 Subject: [PATCH 2/5] Move dependencies to stable versions --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 058d7a38..7ee25efc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ releasePluginVersion=2.6.0 puppycrawlCheckstyleVersion=10.12.0 ballerinaGradlePluginVersion=2.0.1 -ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a +ballerinaLangVersion=2201.10.0 #stdlib dependencies stdlibIoVersion=1.6.0 -observeVersion=1.3.0-20240814-114100-0f71e1e -observeInternalVersion=1.3.0-20240814-114900-8a734a3 +observeVersion=1.3.0 +observeInternalVersion=1.3.0 testngVersion=6.14.3 From f9828ea81263c3f5ace75d59bb130246ea92d163 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 07:38:31 +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 e29981bf..ea2b88ce 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,11 +16,11 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "log-native" version = "2.10.0" -path = "../native/build/libs/log-native-2.10.0-SNAPSHOT.jar" +path = "../native/build/libs/log-native-2.10.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "log-test-utils" version = "2.10.0" -path = "../test-utils/build/libs/log-test-utils-2.10.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/log-test-utils-2.10.0.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 934bec77..d6ac4c48 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "log-compiler-plugin" class = "io.ballerina.stdlib.log.plugin.LogCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/log-compiler-plugin-2.10.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/log-compiler-plugin-2.10.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index a567bcb3..dca4e964 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 4b42ae440c35223a17d853fa9bd508520e553298 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 07:38:31 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - pre tag commit: 'v2.10.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7ee25efc..92ef5041 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.10.0-SNAPSHOT +version=2.10.0 checkstylePluginVersion=10.12.0 spotbugsPluginVersion=5.0.14 shadowJarPluginVersion=8.1.1 From 627f694721e8581ef0cceb50b97e58ba09695af8 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 07:38:32 +0000 Subject: [PATCH 5/5] [Gradle Release Plugin] - new version commit: 'v2.10.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 92ef5041..b7d6a6cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.10.0 +version=2.10.1-SNAPSHOT checkstylePluginVersion=10.12.0 spotbugsPluginVersion=5.0.14 shadowJarPluginVersion=8.1.1