From ff110acf975e5739b46ae28cb7ac056f4b9bb612 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 2 Oct 2024 04:50:05 +0000 Subject: [PATCH 1/4] Move dependencies to stable versions --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cda8444..146ae43 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.lib version=0.1.0-SNAPSHOT -ballerinaLangVersion=2201.10.0-20240801-104200-87df251c +ballerinaLangVersion=2201.10.0 ballerinaTomlParserVersion=1.2.2 checkstyleToolVersion=10.12.0 From e0f1dafed6e69a72cd67f773da260bb465b6f4cf Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 2 Oct 2024 04:50:31 +0000 Subject: [PATCH 2/4] [Automated] Update the native jar versions --- 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 07bed5f..1aa9516 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -17,7 +17,7 @@ graalvmCompatible = true groupId = "io.ballerina.lib" artifactId = "data.csv-native" version = "0.1.0" -path = "../native/build/libs/data.csv-native-0.1.0-SNAPSHOT.jar" +path = "../native/build/libs/data.csv-native-0.1.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index e7c869f..beabd70 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "data.csv-compiler-plugin" class = "io.ballerina.lib.data.csvdata.compiler.CsvDataCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/data.csv-compiler-plugin-0.1.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/data.csv-compiler-plugin-0.1.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 0bfd723..61e4fbe 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" From 7ff3bcd57740373e60ebb74b024d43d482000632 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 2 Oct 2024 04:52:19 +0000 Subject: [PATCH 3/4] [Gradle Release Plugin] - pre tag commit: 'v0.1.0'. --- ballerina-tests/constraint-validation-tests/Dependencies.toml | 2 +- ballerina-tests/csv-commons/Dependencies.toml | 2 +- ballerina-tests/parse-list-types-tests/Dependencies.toml | 2 +- ballerina-tests/parse-record-types-tests/Dependencies.toml | 2 +- .../parse-string-array-types-tests/Dependencies.toml | 2 +- .../parse-string-record-types-tests/Dependencies.toml | 2 +- ballerina-tests/type-compatible-tests/Dependencies.toml | 4 ++-- ballerina-tests/unicode-tests/Dependencies.toml | 2 +- ballerina-tests/union-type-tests/Dependencies.toml | 2 +- ballerina-tests/user-config-tests/Dependencies.toml | 2 +- gradle.properties | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ballerina-tests/constraint-validation-tests/Dependencies.toml b/ballerina-tests/constraint-validation-tests/Dependencies.toml index 7f54d3a..8c8f80d 100644 --- a/ballerina-tests/constraint-validation-tests/Dependencies.toml +++ b/ballerina-tests/constraint-validation-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/csv-commons/Dependencies.toml b/ballerina-tests/csv-commons/Dependencies.toml index cf3bbba..590645d 100644 --- a/ballerina-tests/csv-commons/Dependencies.toml +++ b/ballerina-tests/csv-commons/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/parse-list-types-tests/Dependencies.toml b/ballerina-tests/parse-list-types-tests/Dependencies.toml index 3e4b472..64cbd67 100644 --- a/ballerina-tests/parse-list-types-tests/Dependencies.toml +++ b/ballerina-tests/parse-list-types-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/parse-record-types-tests/Dependencies.toml b/ballerina-tests/parse-record-types-tests/Dependencies.toml index 54bfd11..1b805c0 100644 --- a/ballerina-tests/parse-record-types-tests/Dependencies.toml +++ b/ballerina-tests/parse-record-types-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/parse-string-array-types-tests/Dependencies.toml b/ballerina-tests/parse-string-array-types-tests/Dependencies.toml index e07bf86..7e6f6c6 100644 --- a/ballerina-tests/parse-string-array-types-tests/Dependencies.toml +++ b/ballerina-tests/parse-string-array-types-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/parse-string-record-types-tests/Dependencies.toml b/ballerina-tests/parse-string-record-types-tests/Dependencies.toml index cf6d15e..0714f9a 100644 --- a/ballerina-tests/parse-string-record-types-tests/Dependencies.toml +++ b/ballerina-tests/parse-string-record-types-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/type-compatible-tests/Dependencies.toml b/ballerina-tests/type-compatible-tests/Dependencies.toml index 5cc76ac..adb9d3a 100644 --- a/ballerina-tests/type-compatible-tests/Dependencies.toml +++ b/ballerina-tests/type-compatible-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.10.0" [[package]] org = "ballerina" @@ -31,7 +31,7 @@ modules = [ [[package]] org = "ballerina" name = "io" -version = "1.6.0" +version = "1.6.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, diff --git a/ballerina-tests/unicode-tests/Dependencies.toml b/ballerina-tests/unicode-tests/Dependencies.toml index 9497389..9d8e82b 100644 --- a/ballerina-tests/unicode-tests/Dependencies.toml +++ b/ballerina-tests/unicode-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/union-type-tests/Dependencies.toml b/ballerina-tests/union-type-tests/Dependencies.toml index 3eb4395..8ab953e 100644 --- a/ballerina-tests/union-type-tests/Dependencies.toml +++ b/ballerina-tests/union-type-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/user-config-tests/Dependencies.toml b/ballerina-tests/user-config-tests/Dependencies.toml index beb3621..590aef2 100644 --- a/ballerina-tests/user-config-tests/Dependencies.toml +++ b/ballerina-tests/user-config-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/gradle.properties b/gradle.properties index 146ae43..3553408 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.lib -version=0.1.0-SNAPSHOT +version=0.1.0 ballerinaLangVersion=2201.10.0 ballerinaTomlParserVersion=1.2.2 From fd6bdd34552392bca34b8080069954f94ea39fbd Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 2 Oct 2024 04:52:20 +0000 Subject: [PATCH 4/4] [Gradle Release Plugin] - new version commit: 'v0.1.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3553408..76ad3b0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.lib -version=0.1.0 +version=0.1.1-SNAPSHOT ballerinaLangVersion=2201.10.0 ballerinaTomlParserVersion=1.2.2