From e88babc10cfea45af07fe2aba409890ea21317ec Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 06:20:09 +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 3f776741..efa70d1a 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240802-124900-0b8d2ff7" +distribution-version = "2201.10.0-20240803-215800-d7bdc125" [[package]] org = "ballerina" From 017ec5a5bfe9d8c71b60f9180b69624c6bc0ea68 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 06:20:14 +0000 Subject: [PATCH 2/5] Move dependencies to stable versions --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 418791a7..40e23263 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.8.0-SNAPSHOT -ballerinaLangVersion=2201.10.0-20240803-215800-d7bdc125 +ballerinaLangVersion=2201.10.0 checkstyleToolVersion=10.12.0 puppycrawlCheckstyleVersion=10.12.0 From 98d7f4f87e7e2abff85a1414462e8feacb85a0c1 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 06:20:47 +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 14f16217..b14efd8b 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "xmldata-native" version = "2.8.0" -path = "../native/build/libs/xmldata-native-2.8.0-SNAPSHOT.jar" +path = "../native/build/libs/xmldata-native-2.8.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 719e3551..c14f2c81 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "xmldata-compiler-plugin" class = "io.ballerina.stdlib.xmldata.compiler.XmldataCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/xmldata-compiler-plugin-2.8.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/xmldata-compiler-plugin-2.8.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index efa70d1a..7857203f 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240803-215800-d7bdc125" +distribution-version = "2201.10.0" [[package]] org = "ballerina" From 54750c140286a60a0fe36bae5c528324cd528705 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 06:20:47 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - pre tag commit: 'v2.8.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 40e23263..a199b1a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.8.0-SNAPSHOT +version=2.8.0 ballerinaLangVersion=2201.10.0 checkstyleToolVersion=10.12.0 From b67deeb0aaa2a375afc96effe2053efc488f5946 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 06:20:48 +0000 Subject: [PATCH 5/5] [Gradle Release Plugin] - new version commit: 'v2.8.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a199b1a2..a61d1ba4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.8.0 +version=2.8.1-SNAPSHOT ballerinaLangVersion=2201.10.0 checkstyleToolVersion=10.12.0