diff --git a/ballerina/build.gradle b/ballerina/build.gradle index fafe3e2..d4a5177 100644 --- a/ballerina/build.gradle +++ b/ballerina/build.gradle @@ -24,7 +24,7 @@ plugins { description = 'Ballerina HubSpot CRM Companies Connector - Ballerina' -def packageName = "hubspot.crm.object.companies" +def packageName = "hubspot.crm.obj.companies" def packageOrg = "ballerinax" def tomlVersion = stripBallerinaExtensionVersion("${project.version}") def ballerinaTomlFilePlaceHolder = new File("${project.rootDir}/build-config/resources/Ballerina.toml") diff --git a/build.gradle b/build.gradle index 26a531f..6bdac5f 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ allprojects { def moduleVersion = project.version.replace("-SNAPSHOT", "") task build { - dependsOn(':hubspot.crm.object.companies-ballerina:build') + dependsOn(':hubspot.crm.obj.companies-ballerina:build') } release { diff --git a/examples/README.md b/examples/README.md index ac6c00b..a891e3f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,13 +1,13 @@ # Examples -The `ballerinax/hubspot.crm.object.companies` connector provides practical examples illustrating usage in various scenarios. +The `ballerinax/hubspot.crm.obj.companies` connector provides practical examples illustrating usage in various scenarios. 1. [Manage companies](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.companies/tree/main/examples/Company_create_count_delete) - see how the Hubspot API can be used to Create, count and delete companies in Hubspot. 2. [Merge Companies](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.companies/tree/main/examples/Company_update_merge) - see how the Hubspot API can be used to create, update, and merge companies in HubSpot. ## Prerequisites -1. Generate hubspot credentials to authenticate the connector as described in the [setup guide](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.companies/tree/main/README.md). +1. Generate HubSpot credentials to authenticate the connector as described in the [setup guide](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.companies/tree/main/README.md). 2. For each example, create a `Config.toml` file with the related configuration. Here's an example of how your `Config.toml `file should look: ```toml diff --git a/settings.gradle b/settings.gradle index 84d2970..bb85eca 100644 --- a/settings.gradle +++ b/settings.gradle @@ -29,9 +29,9 @@ plugins { rootProject.name = 'module-ballerinax-hubspot.crm.object.companies' -include ':hubspot.crm.object.companies-ballerina' +include ':hubspot.crm.obj.companies-ballerina' -project(':hubspot.crm.object.companies-ballerina').projectDir = file("ballerina") +project(':hubspot.crm.obj.companies-ballerina').projectDir = file("ballerina") gradleEnterprise { buildScan {