From a5b85dcfe949ba0b72bb0feecdbef2c8047e243d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 13 Feb 2025 08:46:55 +0000 Subject: [PATCH 1/3] [Automated] Update the toml files --- ballerina/Ballerina.toml | 2 +- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index c190d72..a2b0b36 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -6,6 +6,6 @@ authors = ["Ballerina"] keywords = ["wso2-mi"] repository = "https://github.com/wso2-extensions/ballerina-module-wso2-mi.git" license = ["Apache-2.0"] -distribution = "2201.10.3" +distribution = "2201.9.2" export = ["mi"] readme = "Package.md" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 78bfe38..660c703 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -2,7 +2,7 @@ class = "io.ballerina.stdlib.mi.plugin.MICompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/mi-compiler-plugin-0.2.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/mi-compiler-plugin-0.2.0.jar" [[dependency]] path = "build/antlr4-runtime-4.5.1-1.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 6cb607f..e7f719e 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.3" +distribution-version = "2201.9.2" [[package]] org = "wso2" name = "mi" -version = "0.1.0" +version = "0.2.0" modules = [ {org = "wso2", packageName = "mi", moduleName = "mi"} ] From a6da03a31cad3cfcd29ad5a16afe0bc27f6f19e7 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 13 Feb 2025 08:47:57 +0000 Subject: [PATCH 2/3] [Gradle Release Plugin] - pre tag commit: 'v0.2.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index fc56e6a..e0ccdf4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.lib -version=0.2.0-SNAPSHOT +version=0.2.0 checkstylePluginVersion=10.12.0 spotbugsPluginVersion=5.0.14 shadowJarPluginVersion=8.1.1 From 77eefc79799a365d148124a378fbb3d7fee7d44d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 13 Feb 2025 08:47:58 +0000 Subject: [PATCH 3/3] [Gradle Release Plugin] - new version commit: 'v0.2.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e0ccdf4..4353928 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.lib -version=0.2.0 +version=0.2.1-SNAPSHOT checkstylePluginVersion=10.12.0 spotbugsPluginVersion=5.0.14 shadowJarPluginVersion=8.1.1