Skip to content

Commit

Permalink
Fix org name
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanemoraes committed Jan 12, 2025
1 parent 50a2a74 commit 4720466
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/batch-operations/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
org = "roshane"
org = "wso2"
name = "batch_operations"
version = "0.1.0"
distribution = "2201.10.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/batch-operations/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ modules = [
]

[[package]]
org = "roshane"
org = "wso2"
name = "batch_operations"
version = "0.1.0"
dependencies = [
Expand All @@ -310,5 +310,5 @@ dependencies = [
{org = "ballerinax", name = "hubspot.crm.commerce.orders"}
]
modules = [
{org = "roshane", packageName = "batch_operations", moduleName = "batch_operations"}
{org = "wso2", packageName = "batch_operations", moduleName = "batch_operations"}
]
2 changes: 1 addition & 1 deletion examples/search-operation/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
org = "roshane"
org = "wso2"
name = "search_operation"
version = "0.1.0"
distribution = "2201.10.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/search-operation/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ modules = [
]

[[package]]
org = "roshane"
org = "wso2"
name = "search_operation"
version = "0.1.0"
dependencies = [
Expand All @@ -310,5 +310,5 @@ dependencies = [
{org = "ballerinax", name = "hubspot.crm.commerce.orders"}
]
modules = [
{org = "roshane", packageName = "search_operation", moduleName = "search_operation"}
{org = "wso2", packageName = "search_operation", moduleName = "search_operation"}
]

0 comments on commit 4720466

Please sign in to comment.