From 77f97c210077bb96c11a39f6af209415821b1a33 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 15 Sep 2023 10:13:40 +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 cac48cbb..d2b1aeca 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 432cb1249163fcc4e1970bbb6eb8638c9ae91732 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 15 Sep 2023 10:13:47 +0000 Subject: [PATCH 2/5] Move dependencies to stable version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index fc07fcce..94fb67d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.7.0-SNAPSHOT -ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff +ballerinaLangVersion=2201.8.0 checkstyleToolVersion=10.12.0 puppycrawlCheckstyleVersion=10.12.0 From 370238fd35992438b440e0e06e719812709d5d6f Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 15 Sep 2023 10:14:33 +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 aa6372e9..a3c4cdba 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "xmldata-native" version = "2.7.0" -path = "../native/build/libs/xmldata-native-2.7.0-SNAPSHOT.jar" +path = "../native/build/libs/xmldata-native-2.7.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index f30d2ffd..7459b058 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.7.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/xmldata-compiler-plugin-2.7.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index d2b1aeca..372cf7be 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 e0e4da571c93a6aae305a7f39f01650378900d72 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 15 Sep 2023 10:14:33 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - pre tag commit: 'v2.7.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 94fb67d1..b398fb05 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.7.0-SNAPSHOT +version=2.7.0 ballerinaLangVersion=2201.8.0 checkstyleToolVersion=10.12.0 From a9cac09b8e991c8850799586936cca6f3a8bc5e2 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 15 Sep 2023 10:14:35 +0000 Subject: [PATCH 5/5] [Gradle Release Plugin] - new version commit: 'v2.7.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b398fb05..dc5a0880 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.7.0 +version=2.7.1-SNAPSHOT ballerinaLangVersion=2201.8.0 checkstyleToolVersion=10.12.0