diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index d66f861..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 = ["hubspot", "crm", "timelines", "events",] -# 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/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"} 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] diff --git a/gradle.properties b/gradle.properties index 3925b0b..c6e641c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.lib -version=1.0.0-SNAPSHOT +version=1.0.1-SNAPSHOT releasePluginVersion=2.8.0 -ballerinaGradlePluginVersion=2.2.4 +ballerinaGradlePluginVersion=2.3.0 ballerinaLangVersion=2201.11.0