From a144583e2bd6601ac2168122dcb0bddf795de300 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 4 Mar 2025 05:59:20 +0000 Subject: [PATCH 1/5] [Automated] Update the toml files --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index d66f861..c291aac 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -5,7 +5,7 @@ name = "hubspot.crm.extensions.timelines" version = "1.0.0" license = ["Apache-2.0"] authors = ["Ballerina"] -keywords = ["hubspot", "crm", "timelines", "events",] +keywords = [] # TODO: Add keywords # icon = "icon.png" # TODO: Add icon repository = "https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.extensions.timelines" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index e464b4c..17e1100 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -269,9 +269,6 @@ dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"} ] -modules = [ - {org = "ballerina", packageName = "os", moduleName = "os"} -] [[package]] org = "ballerina" @@ -335,7 +332,6 @@ dependencies = [ {org = "ballerina", name = "http"}, {org = "ballerina", name = "lang.runtime"}, {org = "ballerina", name = "oauth2"}, - {org = "ballerina", name = "os"}, {org = "ballerina", name = "test"}, {org = "ballerina", name = "url"}, {org = "ballerinai", name = "observe"} From a38fce3e89d173e871348e32c3fbdb579f2d998f Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 4 Mar 2025 05:59:57 +0000 Subject: [PATCH 2/5] [Gradle Release Plugin] - pre tag commit: 'v1.0.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3925b0b..2ff3e5b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.lib -version=1.0.0-SNAPSHOT +version=1.0.0 releasePluginVersion=2.8.0 ballerinaGradlePluginVersion=2.2.4 From 10ae19d67ce9586e8975328b596c91d8434abd98 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 4 Mar 2025 05:59:58 +0000 Subject: [PATCH 3/5] [Gradle Release Plugin] - new version commit: 'v1.0.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2ff3e5b..186b777 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.lib -version=1.0.0 +version=1.0.1-SNAPSHOT releasePluginVersion=2.8.0 ballerinaGradlePluginVersion=2.2.4 From 5269e93767820b3680e0f0216c0478b5c2c454cb Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Tue, 4 Mar 2025 11:45:40 +0530 Subject: [PATCH 4/5] Update Gradle plugin version to 2.3.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 186b777..c6e641c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,5 +3,5 @@ group=io.ballerina.lib version=1.0.1-SNAPSHOT releasePluginVersion=2.8.0 -ballerinaGradlePluginVersion=2.2.4 +ballerinaGradlePluginVersion=2.3.0 ballerinaLangVersion=2201.11.0 From 2e26ff43ccc55867b45c86d799e1955313ad901b Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Tue, 4 Mar 2025 11:45:52 +0530 Subject: [PATCH 5/5] Fix applying keywords in Ballerina.toml --- ballerina/Ballerina.toml | 3 +-- build-config/resources/Ballerina.toml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index c291aac..9b3481c 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -5,8 +5,7 @@ name = "hubspot.crm.extensions.timelines" version = "1.0.0" license = ["Apache-2.0"] authors = ["Ballerina"] -keywords = [] # TODO: Add keywords -# icon = "icon.png" # TODO: Add icon +keywords = ["hubspot", "crm", "timelines", "events"] repository = "https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.extensions.timelines" [build-options] diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index b960fd9..83f2bb6 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -5,8 +5,7 @@ name = "hubspot.crm.extensions.timelines" version = "@toml.version@" license = ["Apache-2.0"] authors = ["Ballerina"] -keywords = [] # TODO: Add keywords -# icon = "icon.png" # TODO: Add icon +keywords = ["hubspot", "crm", "timelines", "events"] repository = "https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.extensions.timelines" [build-options]