Skip to content

Commit 99d52d0

Browse files
Fix Release Failure (#15)
1 parent 39eafbc commit 99d52d0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
distribution = "2201.10.0"
33
org = "ballerinax"
44
name = "hubspot.crm.obj.lineitems"
5-
version = "1.0.0"
5+
version = "2.0.0"
66
license = ["Apache-2.0"]
77
authors = ["Ballerina"]
88
keywords = ["HubSpot", "CRM", "Object", "LineItems","API", "Inventory Management", "E-commerce"]

ballerina/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ modules = [
330330
[[package]]
331331
org = "ballerinax"
332332
name = "hubspot.crm.obj.lineitems"
333-
version = "1.0.0"
333+
version = "2.0.0"
334334
dependencies = [
335335
{org = "ballerina", name = "data.jsondata"},
336336
{org = "ballerina", name = "http"},

ballerina/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ publishing {
8282
repositories {
8383
maven {
8484
name = "GitHubPackages"
85-
url = uri("https://maven.pkg.github.com/ballerina-platform/module-${packageOrg}-${packageName}")
85+
url = uri("https://maven.pkg.github.com/ballerina-platform/module-${packageOrg}-hubspot.crm.object.lineitems")
8686
credentials {
8787
username = System.getenv("publishUser")
8888
password = System.getenv("publishPAT")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.caching=true
22
group=io.ballerina.lib
3-
version=1.0.0-SNAPSHOT
3+
version=2.0.0-SNAPSHOT
44

55
releasePluginVersion=2.8.0
66
ballerinaGradlePluginVersion=3.0.0

0 commit comments

Comments
 (0)