Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'wso2cellery/release-0.3.0' into release…
Browse files Browse the repository at this point in the history
…-0.3.0

# Conflicts:
#	cells/hello-world-api/README.md
#	cells/hello-world/README.md
  • Loading branch information
sinthuja committed Jul 12, 2019
2 parents 91274ca + 84ad256 commit 83334c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cells/hipster-shop/checkout/checkout.bal
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ public function build(cellery:ImageName iName) returns error? {
dependencies: {
components: [emailServiceComponent, paymentServiceComponent, shippingServiceComponent, currencyServiceComponent],
cells: {
productsCellDep: <cellery:ImageName>{ org: "wso2cellery", name: "products-cell", ver: "latest"},
cartCellDep: <cellery:ImageName> { org: "wso2cellery", name: "cart-cell", ver: "latest" }
productsCellDep: <cellery:ImageName>{ org: "wso2cellery", name: "products-cell", ver: "0.3.0"},
cartCellDep: <cellery:ImageName> { org: "wso2cellery", name: "cart-cell", ver: "0.3.0" }
}
}
};
Expand Down
8 changes: 4 additions & 4 deletions cells/hipster-shop/front-end/front-end.bal
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ public function build(cellery:ImageName iName) returns error? {
},
dependencies: {
cells: {
productsCellDep: <cellery:ImageName>{ org: "wso2cellery", name: "products-cell", ver: "latest"},
adsCellDep: <cellery:ImageName>{ org: "wso2cellery", name: "ads-cell", ver: "latest"},
cartCellDep: <cellery:ImageName>{ org: "wso2cellery", name: "cart-cell", ver: "latest"},
checkoutCellDep: <cellery:ImageName>{ org: "wso2cellery", name: "checkout-cell", ver: "latest"}
productsCellDep: <cellery:ImageName>{ org: "wso2cellery", name: "products-cell", ver: "0.3.0"},
adsCellDep: <cellery:ImageName>{ org: "wso2cellery", name: "ads-cell", ver: "0.3.0"},
cartCellDep: <cellery:ImageName>{ org: "wso2cellery", name: "cart-cell", ver: "0.3.0"},
checkoutCellDep: <cellery:ImageName>{ org: "wso2cellery", name: "checkout-cell", ver: "0.3.0"}
}
}
};
Expand Down

0 comments on commit 83334c4

Please sign in to comment.