From 0ec3273e1dd2304f8c40d52d87bd17d062d72ef0 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Fri, 11 Apr 2025 16:39:14 +0530 Subject: [PATCH 1/2] [Automated] Update the toml files --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 12d811a..6d371cf 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -2,7 +2,7 @@ distribution = "2201.10.0" org = "ballerinax" name = "hubspot.crm.obj.contacts" -version = "0.1.0" +version = "1.0.0" license = ["Apache-2.0"] authors = ["Ballerina"] keywords = ["hubspot", "customer", "management", "connector", "crm"] diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index dbeddbb..358da36 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -61,7 +61,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.12.4" +version = "2.12.8" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -317,7 +317,7 @@ modules = [ [[package]] org = "ballerinax" name = "hubspot.crm.obj.contacts" -version = "0.1.0" +version = "1.0.0" dependencies = [ {org = "ballerina", name = "http"}, {org = "ballerina", name = "oauth2"}, From aba968e52d1c065cdb472e49c70688948b9cbc5a Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Fri, 11 Apr 2025 16:40:48 +0530 Subject: [PATCH 2/2] Fix release failure --- ballerina/build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/build.gradle b/ballerina/build.gradle index 8c4315f..e7953aa 100644 --- a/ballerina/build.gradle +++ b/ballerina/build.gradle @@ -82,7 +82,7 @@ publishing { repositories { maven { name = "GitHubPackages" - url = uri("https://maven.pkg.github.com/ballerina-platform/module-${packageOrg}-${packageName}") + url = uri("https://maven.pkg.github.com/ballerina-platform/module-${packageOrg}-hubspot.crm.object.contacts") credentials { username = System.getenv("publishUser") password = System.getenv("publishPAT") diff --git a/gradle.properties b/gradle.properties index 5ed08cb..46290c9 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=1.0.0-SNAPSHOT releasePluginVersion=2.8.0 ballerinaGradlePluginVersion=2.2.4