From 0bcbc90e2e83509aa2c4622bd95630cc92837aec Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 13:48:10 +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 1ccef728..a1c48d7c 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240405-165800-4b163f78" +distribution-version = "2201.9.0-20240502-141200-0a49fa42" [[package]] org = "ballerina" From 942885b90cd800c663b54e413e1ba0a8dba76d3d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 13:48:15 +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 6b0ad213..f77574c7 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.9.0-20240502-141200-0a49fa42 +ballerinaLangVersion=2201.9.0 checkstyleToolVersion=10.12.0 puppycrawlCheckstyleVersion=10.12.0 From 22e956575d63d02f3c647fcf4a94fe1f6365cc5b Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 13:48:55 +0000 Subject: [PATCH 3/5] [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 595c5755..e3597f67 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,4 +13,4 @@ export = ["data.xmldata"] groupId = "io.ballerina.lib" artifactId = "data-native" version = "0.1.0" -path = "../native/build/libs/data.xmldata-native-0.1.0-SNAPSHOT.jar" +path = "../native/build/libs/data.xmldata-native-0.1.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 8c8ce1de..7eef6a8a 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "constraint-compiler-plugin" class = "io.ballerina.lib.data.xmldata.compiler.XmldataCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/data.xmldata-compiler-plugin-0.1.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/data.xmldata-compiler-plugin-0.1.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index a1c48d7c..544d7c8d 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240502-141200-0a49fa42" +distribution-version = "2201.9.0" [[package]] org = "ballerina" From d1bf55133c3ffd346bffb8d9bf90669a2f58b98c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 13:48:55 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - pre tag commit: 'v0.1.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f77574c7..8850067b 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.9.0 checkstyleToolVersion=10.12.0 From e065c4744cd1ee2b48162a8cd170c40f607bf91d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 13:48:57 +0000 Subject: [PATCH 5/5] [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 8850067b..68e8d526 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.9.0 checkstyleToolVersion=10.12.0